From e64eabe64ee966364bc5f6704c5227687ea309d8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 04:55:56 +0000 Subject: Move Forge to the appropriate namespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4350 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/shared/URIs.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ingen/shared/URIs.hpp') diff --git a/ingen/shared/URIs.hpp b/ingen/shared/URIs.hpp index 17181269..f724d81d 100644 --- a/ingen/shared/URIs.hpp +++ b/ingen/shared/URIs.hpp @@ -35,17 +35,17 @@ class URIMap; class URIs : public boost::noncopyable { public: - URIs(Ingen::Forge& forge, URIMap* map); + URIs(Ingen::Shared::Forge& forge, URIMap* map); struct Quark : public Raul::URI { - Quark(Ingen::Forge& forge, URIMap* map, const char* str); + Quark(Ingen::Shared::Forge& forge, URIMap* map, const char* str); operator LV2_URID() const { return id; } operator Raul::Atom() const { return atom; } uint32_t id; Raul::Atom atom; }; - Ingen::Forge& forge; + Ingen::Shared::Forge& forge; const Quark atom_AtomPort; const Quark atom_Blank; -- cgit v1.2.1