aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-03-03 20:04:45 +0100
committerSebastian Geerken <devnull@localhost>2014-03-03 20:04:45 +0100
commit8935c519c30ff9aaf6fe58888a7340e33b8d478c (patch)
tree5f636a4d99f3a47585124fb25f3bacee579cf833 /dw/ui.hh
parent2e77d159b03637c5d8c280f586b5c08b6e18f155 (diff)
Some more RTFL.
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 ();