diff options
Diffstat (limited to 'dw/listitem.cc')
-rw-r--r-- | dw/listitem.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/listitem.cc b/dw/listitem.cc index ed7a2c75..11086a9e 100644 --- a/dw/listitem.cc +++ b/dw/listitem.cc @@ -20,6 +20,7 @@ #include "listitem.hh" +#include "../lout/debug.hh" #include <stdio.h> namespace dw { @@ -29,6 +30,7 @@ int ListItem::CLASS_ID = -1; ListItem::ListItem (ListItem *ref, bool limitTextWidth): AlignedTextblock (limitTextWidth) { + DBG_OBJ_CREATE ("dw::ListItem"); registerName ("dw::ListItem", &CLASS_ID); setRefTextblock (ref); } |