aboutsummaryrefslogtreecommitdiff
path: root/dw/tablecell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/tablecell.cc')
-rw-r--r--dw/tablecell.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/tablecell.cc b/dw/tablecell.cc
index a3aaf07e..5a005e3d 100644
--- a/dw/tablecell.cc
+++ b/dw/tablecell.cc
@@ -20,6 +20,7 @@
#include "tablecell.hh"
+#include "../lout/debug.hh"
#include <stdio.h>
namespace dw {
@@ -29,6 +30,7 @@ int TableCell::CLASS_ID = -1;
TableCell::TableCell (TableCell *ref, bool limitTextWidth):
AlignedTextblock (limitTextWidth)
{
+ DBG_OBJ_CREATE ("dw::TableCell");
registerName ("dw::TableCell", &CLASS_ID);
/** \bug ignoreLine1OffsetSometimes does not work? */