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/Forge.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ingen/shared/Forge.hpp') diff --git a/ingen/shared/Forge.hpp b/ingen/shared/Forge.hpp index 16629683..f9d225cd 100644 --- a/ingen/shared/Forge.hpp +++ b/ingen/shared/Forge.hpp @@ -19,12 +19,12 @@ #include -#include "ingen/shared/Forge.hpp" #include "raul/Atom.hpp" namespace Ingen { +namespace Shared { -namespace Shared { class URIMap; } +class URIMap; class Forge : public Raul::Forge { public: @@ -33,6 +33,7 @@ public: std::string str(const Raul::Atom& atom); }; +} // namespace Shared } // namespace Ingen #endif // INGEN_SHARED_FORGE_HPP -- cgit v1.2.1