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