diff options
Diffstat (limited to 'include/ingen/client/PortModel.hpp')
-rw-r--r-- | include/ingen/client/PortModel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/client/PortModel.hpp b/include/ingen/client/PortModel.hpp index e8e74f8a..36ab847f 100644 --- a/include/ingen/client/PortModel.hpp +++ b/include/ingen/client/PortModel.hpp @@ -51,7 +51,7 @@ public: inline bool is_input() const { return (_direction == INPUT); } inline bool is_output() const { return (_direction == OUTPUT); } - bool port_property(const std::string& uri) const; + bool port_property(const Raul::URI& uri) const; bool is_numeric() const { return is_a(PortType::CONTROL); } bool is_logarithmic() const { return port_property("http://drobilla.net/ns/ingen#logarithmic"); } |