aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/frame.cpp')
-rw-r--r--src/menu/frame.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/menu/frame.cpp b/src/menu/frame.cpp
index ed34b5f9..d3695392 100644
--- a/src/menu/frame.cpp
+++ b/src/menu/frame.cpp
@@ -28,6 +28,9 @@
namespace usdx
{
+ log4cpp::Category& Frame::log =
+ log4cpp::Category::getInstance("usdx.menu.frame");
+
Frame::Frame(Container* parent)
: Container(parent), background(NULL)
{