diff options
Diffstat (limited to 'src/server/InputPort.cpp')
-rw-r--r-- | src/server/InputPort.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/InputPort.cpp b/src/server/InputPort.cpp index 974fe3ab..f2aacea1 100644 --- a/src/server/InputPort.cpp +++ b/src/server/InputPort.cpp @@ -51,7 +51,7 @@ InputPort::InputPort(BufferFactory& bufs, const Ingen::URIs& uris = bufs.uris(); if (parent->graph_type() != Node::GraphType::GRAPH) { - add_property(uris.rdf_type, uris.lv2_InputPort); + add_property(uris.rdf_type, uris.lv2_InputPort.urid); } } |