diff options
author | David Robillard <d@drobilla.net> | 2012-05-11 04:55:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-11 04:55:56 +0000 |
commit | e64eabe64ee966364bc5f6704c5227687ea309d8 (patch) | |
tree | a62c6044a1b4cc4f070958dfaf29f16231a7c2d8 /ingen/shared/World.hpp | |
parent | 908a001ea84dcf3a1204746d110068454c637119 (diff) | |
download | ingen-e64eabe64ee966364bc5f6704c5227687ea309d8.tar.gz ingen-e64eabe64ee966364bc5f6704c5227687ea309d8.tar.bz2 ingen-e64eabe64ee966364bc5f6704c5227687ea309d8.zip |
Move Forge to the appropriate namespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4350 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/shared/World.hpp')
-rw-r--r-- | ingen/shared/World.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ingen/shared/World.hpp b/ingen/shared/World.hpp index 9ea5b3cb..7864c581 100644 --- a/ingen/shared/World.hpp +++ b/ingen/shared/World.hpp @@ -30,7 +30,6 @@ namespace Sord { class World; } namespace Ingen { class EngineBase; -class Forge; class Interface; namespace Serialisation { @@ -41,6 +40,7 @@ class Serialiser; namespace Shared { class Configuration; +class Forge; class LV2Features; class Store; class URIMap; @@ -131,10 +131,10 @@ public: virtual Sord::World* rdf_world(); virtual LilvWorld* lilv_world(); - virtual LV2Features& lv2_features(); - virtual Ingen::Forge& forge(); - virtual URIMap& uri_map(); - virtual URIs& uris(); + virtual LV2Features& lv2_features(); + virtual Ingen::Shared::Forge& forge(); + virtual URIMap& uri_map(); + virtual URIs& uris(); virtual void set_jack_uuid(const std::string& uuid); virtual std::string jack_uuid(); |