summaryrefslogtreecommitdiffstats
path: root/ganv/wrap.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/wrap.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/wrap.hpp')
-rw-r--r--ganv/wrap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/wrap.hpp b/ganv/wrap.hpp
index 353c700..f0b95bb 100644
--- a/ganv/wrap.hpp
+++ b/ganv/wrap.hpp
@@ -70,7 +70,7 @@
prefix##_##name(gobj(), a1, a2); \
}
-#define SIGNAL(name, argtype) \
+#define SIGNAL1(name, argtype) \
public: \
virtual bool on_##name(argtype arg) { \
return _signal_##name.emit(arg); \