summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/ObjectMenu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/ObjectMenu.hpp')
-rw-r--r--src/libs/gui/ObjectMenu.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/ObjectMenu.hpp b/src/libs/gui/ObjectMenu.hpp
index 712322e3..b5c5bf49 100644
--- a/src/libs/gui/ObjectMenu.hpp
+++ b/src/libs/gui/ObjectMenu.hpp
@@ -51,7 +51,7 @@ protected:
void on_menu_destroy();
void on_menu_properties();
- void polyphonic_changed(bool polyphonic);
+ void property_changed(const std::string& predicate, const Raul::Atom& value);
bool _enable_signal;
SharedPtr<ObjectModel> _object;