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/ui.cc | |
parent | ee66f4f97e38d11e68b9515b7043aa8ac6f63c74 (diff) | |
parent | 6c7572f8bd23064f96ba716e1ba8ba8a34847001 (diff) |
Merge (large!).
Diffstat (limited to 'dw/ui.cc')
-rw-r--r-- | dw/ui.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ #include "core.hh" +#include "../lout/debug.hh" #include <stdio.h> @@ -34,6 +35,7 @@ int Embed::CLASS_ID = -1; Embed::Embed(Resource *resource) { + DBG_OBJ_CREATE ("dw::core::ui::Embed"); registerName ("dw::core::ui::Embed", &CLASS_ID); this->resource = resource; resource->setEmbed (this); |