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 62579c44..c2493563 100644 --- a/src/client/PortModel.cpp +++ b/src/client/PortModel.cpp @@ -38,14 +38,14 @@ bool PortModel::supports(const Raul::URI& value_type) const { return has_property(_uris.atom_supports, - _uris.forge.alloc_uri(value_type.str())); + _uris.forge.alloc_uri(value_type)); } bool PortModel::port_property(const Raul::URI& uri) const { return has_property(_uris.lv2_portProperty, - _uris.forge.alloc_uri(uri.str())); + _uris.forge.alloc_uri(uri)); } void |