diff options
Diffstat (limited to 'dw/alignedtextblock.cc')
-rw-r--r-- | dw/alignedtextblock.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/alignedtextblock.cc b/dw/alignedtextblock.cc index dde408b2..0d910c93 100644 --- a/dw/alignedtextblock.cc +++ b/dw/alignedtextblock.cc @@ -20,6 +20,7 @@ #include "alignedtextblock.hh" +#include "../lout/debug.hh" #include <stdio.h> namespace dw { @@ -62,6 +63,7 @@ int AlignedTextblock::CLASS_ID = -1; AlignedTextblock::AlignedTextblock (bool limitTextWidth): Textblock (limitTextWidth) { + DBG_OBJ_CREATE ("dw::AlignedTextblock"); registerName ("dw::AlignedTextblock", &CLASS_ID); } |