summaryrefslogtreecommitdiffstats
path: root/include/ganv/Item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ganv/Item.hpp')
-rw-r--r--include/ganv/Item.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ganv/Item.hpp b/include/ganv/Item.hpp
index e6b690c..0d14a19 100644
--- a/include/ganv/Item.hpp
+++ b/include/ganv/Item.hpp
@@ -78,7 +78,7 @@ public:
SIGNAL1(click, GdkEventButton*)
protected:
- GanvItem* const _gobj;
+ GanvItem* _gobj;
private:
static gboolean on_item_event(GanvItem*, GdkEvent* ev, void* item)