summaryrefslogtreecommitdiff
path: root/dw/alignedtextblock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/alignedtextblock.cc')
-rw-r--r--dw/alignedtextblock.cc2
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);
}