summaryrefslogtreecommitdiffstats
path: root/ganv/wrap.hpp
diff options
context:
space:
mode:
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); \