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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/client/PortModel.hpp b/include/ingen/client/PortModel.hpp
index 50219739..eadfac63 100644
--- a/include/ingen/client/PortModel.hpp
+++ b/include/ingen/client/PortModel.hpp
@@ -57,7 +57,7 @@ public:
bool is_toggle() const { return port_property("http://lv2plug.in/ns/lv2core#toggled"); }
bool has_context(const Raul::URI& context) const;
-
+
inline bool operator==(const PortModel& pm) const { return (path() == pm.path()); }