summaryrefslogtreecommitdiffstats
path: root/ingen/client/PortModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/PortModel.hpp')
-rw-r--r--ingen/client/PortModel.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/client/PortModel.hpp b/ingen/client/PortModel.hpp
index 6a8583de..41b871ab 100644
--- a/ingen/client/PortModel.hpp
+++ b/ingen/client/PortModel.hpp
@@ -61,6 +61,7 @@ public:
return ObjectModel::is_a(Raul::URI(LV2_CORE__ControlPort))
|| ObjectModel::is_a(Raul::URI(LV2_CORE__CVPort));
}
+ bool is_uri() const;
inline bool operator==(const PortModel& pm) const { return (path() == pm.path()); }