From 8ec295a0f2a40086ed83e8d2ad8ad38c8125bcb4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 May 2012 04:02:24 +0000 Subject: LV2URIMap => URIMap. Trim unnecessary includes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4337 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/LV2Node.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/LV2Node.cpp') diff --git a/src/server/LV2Node.cpp b/src/server/LV2Node.cpp index dfba7177..a3d8b104 100644 --- a/src/server/LV2Node.cpp +++ b/src/server/LV2Node.cpp @@ -27,7 +27,7 @@ #include "raul/Maid.hpp" #include "raul/Array.hpp" -#include "ingen/shared/LV2URIMap.hpp" +#include "ingen/shared/URIMap.hpp" #include "ingen/shared/URIs.hpp" #include "AudioBuffer.hpp" @@ -248,7 +248,7 @@ LV2Node::instantiate(BufferFactory& bufs) if (lilv_node_is_uri(type)) { port->add_property(uris.atom_bufferType, forge.alloc_uri(lilv_node_as_uri(type))); - buffer_type = bufs.engine().world()->lv2_uri_map()->map_uri( + buffer_type = bufs.engine().world()->uri_map()->map_uri( lilv_node_as_uri(type)); } } -- cgit v1.2.1