summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/PortModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/client/PortModel.hpp')
-rw-r--r--include/ingen/client/PortModel.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ingen/client/PortModel.hpp b/include/ingen/client/PortModel.hpp
index eadfac63..4ba1acbc 100644
--- a/include/ingen/client/PortModel.hpp
+++ b/include/ingen/client/PortModel.hpp
@@ -58,12 +58,9 @@ public:
bool has_context(const Raul::URI& context) const;
-
inline bool operator==(const PortModel& pm) const { return (path() == pm.path()); }
- const Raul::Atom& set_property(const Raul::URI& uri,
- const Raul::Atom& value,
- Resource::Graph ctx);
+ void on_property(const Raul::URI& uri, const Raul::Atom& value);
inline void value(const Raul::Atom& val) {
if (val != _current_val) {