From 53bd23d0e679746b78d0bcf9234e7b99983e6071 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 29 Nov 2011 04:52:52 +0100 Subject: ported from log4cxx to log4cpp log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms --- src/base/image.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/image.hpp') diff --git a/src/base/image.hpp b/src/base/image.hpp index 9e9ea6e4..4c9d911e 100644 --- a/src/base/image.hpp +++ b/src/base/image.hpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include namespace usdx { @@ -50,7 +50,7 @@ namespace usdx class Image { private: - static log4cxx::LoggerPtr log; + static log4cpp::Category& log; boost::filesystem::wpath filename; SDL_Surface* surface; -- cgit v1.2.3