diff options
Diffstat (limited to 'src/libs/gui/ControlPanel.hpp')
-rw-r--r-- | src/libs/gui/ControlPanel.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/gui/ControlPanel.hpp b/src/libs/gui/ControlPanel.hpp index 9dded79b..8af5a728 100644 --- a/src/libs/gui/ControlPanel.hpp +++ b/src/libs/gui/ControlPanel.hpp @@ -69,8 +69,8 @@ public: private: void all_voices_selected(); void specific_voice_selected(); - void polyphony_changed(uint32_t poly); - void polyphonic_changed(bool poly); + + void property_changed(const std::string& predicate, const Raul::Atom& value, bool parent); bool _callback_enabled; |