From 381c4a77fe5864cd3aed3854b75acf2a52f6a74d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Jul 2020 16:01:07 +0200 Subject: Add explicit accessors to Quark --- src/server/InputPort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/InputPort.cpp') diff --git a/src/server/InputPort.cpp b/src/server/InputPort.cpp index 9d02fd99..15df4d60 100644 --- a/src/server/InputPort.cpp +++ b/src/server/InputPort.cpp @@ -52,7 +52,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.urid); + add_property(uris.rdf_type, uris.lv2_InputPort.urid_atom()); } } -- cgit v1.2.1