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/image.cc | |
parent | 5856a620dd96e458b4018bd9d65e28cdbc9907cf (diff) |
Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.
Diffstat (limited to 'dw/image.cc')
-rw-r--r-- | dw/image.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/image.cc b/dw/image.cc index acb2779e..3aef42ac 100644 --- a/dw/image.cc +++ b/dw/image.cc @@ -22,6 +22,7 @@ #include "image.hh" #include "../lout/msg.h" #include "../lout/misc.hh" +#include "../lout/debug.hh" namespace dw { @@ -143,6 +144,7 @@ int Image::CLASS_ID = -1; Image::Image(const char *altText) { + DBG_OBJ_CREATE ("dw::Image"); registerName ("dw::Image", &CLASS_ID); this->altText = altText ? strdup (altText) : NULL; altTextWidth = -1; // not yet calculated |