aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index d46705fe..75d69341 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -329,7 +329,8 @@ protected:
clickedEmitter.emitClicked (this, event); }
public:
- inline Resource () { embed = NULL; }
+ inline Resource ()
+ { embed = NULL; DBG_OBJ_CREATE ("dw::core::ui::Resource"); }
virtual ~Resource ();