summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/Port.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/Port.hpp')
-rw-r--r--src/libs/gui/Port.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/gui/Port.hpp b/src/libs/gui/Port.hpp
index 5748f4c7..e14110e7 100644
--- a/src/libs/gui/Port.hpp
+++ b/src/libs/gui/Port.hpp
@@ -47,12 +47,12 @@ public:
void create_menu();
virtual void set_control(float value, bool signal);
- void control_changed(float value);
+ void value_changed(const Raul::Atom& value);
void activity();
private:
- void variable_change(const std::string& key, const Raul::Atom& value);
+ void variable_changed(const std::string& key, const Raul::Atom& value);
void renamed();