diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/PortModel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/PortModel.cpp b/src/client/PortModel.cpp index f3ff819f..c473772e 100644 --- a/src/client/PortModel.cpp +++ b/src/client/PortModel.cpp @@ -19,6 +19,7 @@ #include "PortModel.hpp" #include "NodeModel.hpp" + namespace Ingen { namespace Client { @@ -37,7 +38,7 @@ PortModel::set_property(const Raul::URI& uri, bool PortModel::supports(const Raul::URI& value_type) const { - return has_property(_uris.obj_supports, value_type); + return has_property(_uris.aport_supports, value_type); } |