From 62940482c29913124fc8f499994a345f76af17b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 27 Oct 2010 01:37:53 +0000 Subject: Update for new Atom extension. Add RDF read (parse) and RDF write (serialise) plugins. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2649 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/ResourceImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/ResourceImpl.cpp') diff --git a/src/shared/ResourceImpl.cpp b/src/shared/ResourceImpl.cpp index af706e15..5d79ed9b 100644 --- a/src/shared/ResourceImpl.cpp +++ b/src/shared/ResourceImpl.cpp @@ -149,10 +149,10 @@ ResourceImpl::type( } else if (atom == uris.lv2ev_EventPort) { data_type = PortType::EVENTS; port = true; - } else if (atom == uris.aport_ValuePort) { + } else if (atom == uris.atom_ValuePort) { data_type = PortType::VALUE; port = true; - } else if (atom == uris.aport_MessagePort) { + } else if (atom == uris.atom_MessagePort) { data_type = PortType::MESSAGE; port = true; } else { -- cgit v1.2.1