summaryrefslogtreecommitdiffstats
path: root/ganv/Module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Module.hpp')
-rw-r--r--ganv/Module.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ganv/Module.hpp b/ganv/Module.hpp
index 8ca4393..64efa12 100644
--- a/ganv/Module.hpp
+++ b/ganv/Module.hpp
@@ -112,9 +112,9 @@ public:
return Glib::wrap(ganv_module_get_port(gobj(), index));
}
- METHOD2(ganv_module, for_each_port, GanvPortFunc, f, void*, data);
+ METHOD2(ganv_module, for_each_port, GanvPortFunc, f, void*, data)
- METHODRET0(ganv_module, guint, num_ports);
+ METHODRET0(ganv_module, guint, num_ports)
RW_PROPERTY(gboolean, stacked)