summaryrefslogtreecommitdiffstats
path: root/ganv/Port.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Port.hpp')
-rw-r--r--ganv/Port.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/Port.hpp b/ganv/Port.hpp
index ac1a5f9..431742b 100644
--- a/ganv/Port.hpp
+++ b/ganv/Port.hpp
@@ -62,7 +62,7 @@ public:
METHOD1(ganv_port, set_control_max, float, max)
METHOD1(ganv_port, set_value_label, const char*, str);
- sigc::signal<void, GVariant*> signal_value_changed;
+ sigc::signal<void, double> signal_value_changed;
Module* get_module() const;