diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-09 14:16:01 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-09 14:16:01 +0100 |
commit | 6c7572f8bd23064f96ba716e1ba8ba8a34847001 (patch) | |
tree | 9990448e5bd7b7be13603e7a99bfd30ff411e939 /dw/textblock.cc | |
parent | 5856a620dd96e458b4018bd9d65e28cdbc9907cf (diff) |
Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 21aaa9dd..8623a574 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -22,6 +22,7 @@ #include "../lout/msg.h" #include "../lout/misc.hh" #include "../lout/unicode.hh" +#include "../lout/debug.hh" #include <stdio.h> #include <math.h> @@ -221,6 +222,7 @@ void Textblock::setStretchabilityFactor (int stretchabilityFactor) Textblock::Textblock (bool limitTextWidth) { + DBG_OBJ_CREATE ("dw::Textblock"); registerName ("dw::Textblock", &CLASS_ID); setFlags (BLOCK_LEVEL); setFlags (USES_HINTS); |