aboutsummaryrefslogtreecommitdiff
path: root/dw/findtext.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-12-09 14:44:42 +0100
committerSebastian Geerken <devnull@localhost>2013-12-09 14:44:42 +0100
commit01f697091153846bdffc73b3150ba37c763301cc (patch)
tree84773dff07a8498e7cc62695d89a6ecb29378a82 /dw/findtext.cc
parentee66f4f97e38d11e68b9515b7043aa8ac6f63c74 (diff)
parent6c7572f8bd23064f96ba716e1ba8ba8a34847001 (diff)
Merge (large!).
Diffstat (limited to 'dw/findtext.cc')
-rw-r--r--dw/findtext.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/findtext.cc b/dw/findtext.cc
index 19485078..e86116f1 100644
--- a/dw/findtext.cc
+++ b/dw/findtext.cc
@@ -20,6 +20,7 @@
#include "core.hh"
+#include "../lout/debug.hh"
#include "../lout/msg.h"
namespace dw {
@@ -27,6 +28,8 @@ namespace core {
FindtextState::FindtextState ()
{
+ DBG_OBJ_CREATE ("dw::core::FindtextState");
+
key = NULL;
nexttab = NULL;
widget = NULL;