summaryrefslogtreecommitdiffstats
path: root/src/gui/ControlPanel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ControlPanel.hpp')
-rw-r--r--src/gui/ControlPanel.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/ControlPanel.hpp b/src/gui/ControlPanel.hpp
index c43d59ac..ef73ea16 100644
--- a/src/gui/ControlPanel.hpp
+++ b/src/gui/ControlPanel.hpp
@@ -72,7 +72,8 @@ private:
void all_voices_selected();
void specific_voice_selected();
- void property_changed(const std::string& predicate, const Raul::Atom& value, bool parent);
+ void variable_changed(const std::string& predicate, const Raul::Atom& value);
+ void parent_property_changed(const std::string& predicate, const Raul::Atom& value);
bool _callback_enabled;