diff options
Diffstat (limited to 'src/base/stats.hpp')
-rw-r--r-- | src/base/stats.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/stats.hpp b/src/base/stats.hpp index b3068024..63d3a68e 100644 --- a/src/base/stats.hpp +++ b/src/base/stats.hpp @@ -28,7 +28,7 @@ #define STATS_HPP #include <string> -#include <log4cxx/logger.h> +#include <log4cpp/Category.hh> #include "stats_database.hpp" namespace usdx @@ -39,7 +39,7 @@ namespace usdx class Stats { private: - static log4cxx::LoggerPtr log; + static log4cpp::Category& log; static StatDatabase *db; static std::string filename; |