summaryrefslogtreecommitdiffstats
path: root/ingen/World.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/World.hpp')
-rw-r--r--ingen/World.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/World.hpp b/ingen/World.hpp
index ac6b5628..fcaf0db5 100644
--- a/ingen/World.hpp
+++ b/ingen/World.hpp
@@ -30,7 +30,7 @@ typedef struct LilvWorldImpl LilvWorld;
namespace Sord { class World; }
-namespace Ingen {
+namespace ingen {
class Configuration;
class EngineBase;
@@ -130,7 +130,7 @@ public:
virtual LilvWorld* lilv_world();
virtual LV2Features& lv2_features();
- virtual Ingen::Forge& forge();
+ virtual ingen::Forge& forge();
virtual URIMap& uri_map();
virtual URIs& uris();
@@ -145,6 +145,6 @@ private:
Impl* _impl;
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_WORLD_HPP