summaryrefslogtreecommitdiffstats
path: root/src/gui/Controls.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Controls.hpp')
-rw-r--r--src/gui/Controls.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Controls.hpp b/src/gui/Controls.hpp
index 63bc4ceb..9a6a13f5 100644
--- a/src/gui/Controls.hpp
+++ b/src/gui/Controls.hpp
@@ -87,7 +87,7 @@ private:
void set_value(const Raul::Atom& value);
void set_range(float min, float max);
- void port_variable_change(const Raul::URI& key, const Raul::Atom& value);
+ void port_property_change(const Raul::URI& key, const Raul::Atom& value);
void update_range();
void update_value_from_slider();