aboutsummaryrefslogtreecommitdiff
path: root/dw/selection.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/selection.cc')
-rw-r--r--dw/selection.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/selection.cc b/dw/selection.cc
index 8b4cf318..2201af44 100644
--- a/dw/selection.cc
+++ b/dw/selection.cc
@@ -20,6 +20,7 @@
#include "core.hh"
+#include "../lout/debug.hh"
#include <string.h>
@@ -45,6 +46,8 @@ namespace core {
SelectionState::SelectionState ()
{
+ DBG_OBJ_CREATE ("dw::core::SelectionState");
+
layout = NULL;
selectionState = NONE;