summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPortModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchPortModule.hpp')
-rw-r--r--src/gui/PatchPortModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchPortModule.hpp b/src/gui/PatchPortModule.hpp
index 6659864a..26da87d8 100644
--- a/src/gui/PatchPortModule.hpp
+++ b/src/gui/PatchPortModule.hpp
@@ -69,7 +69,7 @@ protected:
void set_port(SharedPtr<Port> port) { _port = port; }
- void set_property(const Raul::URI& predicate, const Raul::Atom& value);
+ void property_changed(const Raul::URI& predicate, const Raul::Atom& value);
SharedPtr<PortModel> _model;
SharedPtr<Port> _port;