diff options
Diffstat (limited to 'src/client/PortModel.cpp')
-rw-r--r-- | src/client/PortModel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/PortModel.cpp b/src/client/PortModel.cpp index a818b04f..80b97e61 100644 --- a/src/client/PortModel.cpp +++ b/src/client/PortModel.cpp @@ -35,9 +35,9 @@ PortModel::set_property(const Raul::URI& uri, bool -PortModel::has_hint(const std::string& qname) const +PortModel::port_property(const std::string& uri) const { - return has_property(Shared::LV2URIMap::instance().lv2_portProperty, qname); + return has_property(Shared::LV2URIMap::instance().lv2_portProperty, Raul::URI(uri)); } |