summaryrefslogtreecommitdiffstats
path: root/ganv/Item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Item.hpp')
-rw-r--r--ganv/Item.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ganv/Item.hpp b/ganv/Item.hpp
index 831f402..08ad2d3 100644
--- a/ganv/Item.hpp
+++ b/ganv/Item.hpp
@@ -70,8 +70,8 @@ public:
GanvItem* gobj() const { return _gobj; }
- SIGNAL(event, GdkEvent*)
- SIGNAL(click, GdkEventButton*)
+ SIGNAL1(event, GdkEvent*)
+ SIGNAL1(click, GdkEventButton*)
protected:
GanvItem* const _gobj;