diff options
Diffstat (limited to 'dw/findtext.cc')
-rw-r--r-- | dw/findtext.cc | 3 |
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; |