diff options
Diffstat (limited to 'src/gui/ObjectMenu.hpp')
-rw-r--r-- | src/gui/ObjectMenu.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ObjectMenu.hpp b/src/gui/ObjectMenu.hpp index d1f6b5fe..edd25353 100644 --- a/src/gui/ObjectMenu.hpp +++ b/src/gui/ObjectMenu.hpp @@ -50,7 +50,7 @@ protected: void on_menu_destroy(); void on_menu_properties(); - void property_changed(const std::string& predicate, const Raul::Atom& value); + void variable_changed(const std::string& predicate, const Raul::Atom& value); bool _enable_signal; SharedPtr<ObjectModel> _object; |