summaryrefslogtreecommitdiffstats
path: root/ganv/Item.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-26 15:49:05 +0000
committerDavid Robillard <d@drobilla.net>2012-04-26 15:49:05 +0000
commit549647b61924ea8bcd55ad243ff9c6fce6d634cb (patch)
treee81e6deed0864f84e0295dadf53b7a9fc6c22021 /ganv/Item.hpp
parentf10ce40c6a382f8f2721e2b7a4cbf8ad379c8826 (diff)
downloadganv-549647b61924ea8bcd55ad243ff9c6fce6d634cb.tar.gz
ganv-549647b61924ea8bcd55ad243ff9c6fce6d634cb.tar.bz2
ganv-549647b61924ea8bcd55ad243ff9c6fce6d634cb.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4274 a436a847-0d15-0410-975c-d299462d15a1
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;