diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-09 14:44:42 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-09 14:44:42 +0100 |
commit | 01f697091153846bdffc73b3150ba37c763301cc (patch) | |
tree | 84773dff07a8498e7cc62695d89a6ecb29378a82 /dw/alignedtextblock.cc | |
parent | ee66f4f97e38d11e68b9515b7043aa8ac6f63c74 (diff) | |
parent | 6c7572f8bd23064f96ba716e1ba8ba8a34847001 (diff) |
Merge (large!).
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); } |