summaryrefslogtreecommitdiffstats
path: root/src/knot-holder-entity.h
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2015-12-07 20:38:35 +0000
committerKris De Gussem <Kris.De.Gussem@hotmail.com>2015-12-07 20:38:35 +0000
commitd0e818f6aab594de812e51550a8b81838f3f783d (patch)
treea908671d3f0ba494814382d88d54515d25ed5d95 /src/knot-holder-entity.h
parentstatic code analysis (diff)
downloadinkscape-d0e818f6aab594de812e51550a8b81838f3f783d.tar.gz
inkscape-d0e818f6aab594de812e51550a8b81838f3f783d.zip
static code analysis
(bzr r14511)
Diffstat (limited to 'src/knot-holder-entity.h')
-rw-r--r--src/knot-holder-entity.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/knot-holder-entity.h b/src/knot-holder-entity.h
index 43ab25e5c..63a068cab 100644
--- a/src/knot-holder-entity.h
+++ b/src/knot-holder-entity.h
@@ -44,7 +44,10 @@ public:
item(NULL),
desktop(NULL),
parent_holder(NULL),
- my_counter(0)
+ my_counter(0),
+ handler_id(0),
+ _click_handler_id(0),
+ _ungrab_handler_id(0)
{}
virtual ~KnotHolderEntity();