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/texture.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/base/texture.hpp') diff --git a/src/base/texture.hpp b/src/base/texture.hpp index 008707d6..fbd88197 100644 --- a/src/base/texture.hpp +++ b/src/base/texture.hpp @@ -29,6 +29,7 @@ #include #include +#include #include "utils/point_3d.hpp" #include "utils/dimension.hpp" @@ -68,7 +69,7 @@ namespace usdx class Texture { private: - static log4cxx::LoggerPtr log; + static log4cpp::Category& log; boost::filesystem::wpath filename; -- cgit v1.2.3