From 8fc92b0e098133cd8b09acbae99c52b458a2868e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Mar 2012 23:53:47 +0000 Subject: Consistently map all URIs with the URI map. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4060 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/shared/URIs.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ingen/shared/URIs.hpp b/include/ingen/shared/URIs.hpp index 27f875fc..b3d8d301 100644 --- a/include/ingen/shared/URIs.hpp +++ b/include/ingen/shared/URIs.hpp @@ -20,6 +20,7 @@ #include +#include "ingen/shared/LV2URIMap.hpp" #include "raul/URI.hpp" namespace Raul { @@ -31,10 +32,10 @@ namespace Shared { class URIs : public boost::noncopyable { public: - URIs(Raul::Forge& forge); + URIs(Raul::Forge& forge, LV2URIMap* map); struct Quark : public Raul::URI { - Quark(const char* str); + Quark(LV2URIMap* map, const char* str); uint32_t id; }; -- cgit v1.2.1