aboutsummaryrefslogtreecommitdiffstats
path: root/src/frames/loading_frame.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/frames/loading_frame.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frames/loading_frame.hpp b/src/frames/loading_frame.hpp
index 5ddf0bf4..80ef0951 100644
--- a/src/frames/loading_frame.hpp
+++ b/src/frames/loading_frame.hpp
@@ -28,14 +28,14 @@
#define LOADING_FRAME_HPP
#include "frame.hpp"
-#include <log4cxx/logger.h>
+#include <log4cpp/Category.hh>
namespace usdx
{
class LoadingFrame : public Frame
{
private:
- static log4cxx::LoggerPtr log;
+ static log4cpp::Category& log;
public:
LoadingFrame();