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/table.cc | |
parent | ee66f4f97e38d11e68b9515b7043aa8ac6f63c74 (diff) | |
parent | 6c7572f8bd23064f96ba716e1ba8ba8a34847001 (diff) |
Merge (large!).
Diffstat (limited to 'dw/table.cc')
-rw-r--r-- | dw/table.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/table.cc b/dw/table.cc index f1a9c5c1..eef1b6ce 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -22,6 +22,7 @@ #include "table.hh" #include "../lout/msg.h" #include "../lout/misc.hh" +#include "../lout/debug.hh" using namespace lout; @@ -31,6 +32,7 @@ int Table::CLASS_ID = -1; Table::Table(bool limitTextWidth) { + DBG_OBJ_CREATE ("dw::Table"); registerName ("dw::Table", &CLASS_ID); setFlags (BLOCK_LEVEL); setFlags (USES_HINTS); |