diff options
Diffstat (limited to 'src/libs/gui/PatchView.hpp')
-rw-r--r-- | src/libs/gui/PatchView.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/gui/PatchView.hpp b/src/libs/gui/PatchView.hpp index 7cc72f5a..2c0570bd 100644 --- a/src/libs/gui/PatchView.hpp +++ b/src/libs/gui/PatchView.hpp @@ -74,8 +74,7 @@ private: void on_editable_sig(bool locked); void editable_toggled(); - void enable(); - void disable(); + void property_changed(const std::string& predicate, const Raul::Atom& value); void zoom_full(); |