summaryrefslogtreecommitdiffstats
path: root/ingen/client/ClientStore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/ClientStore.hpp')
-rw-r--r--ingen/client/ClientStore.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ingen/client/ClientStore.hpp b/ingen/client/ClientStore.hpp
index 797052ef..0d7cb185 100644
--- a/ingen/client/ClientStore.hpp
+++ b/ingen/client/ClientStore.hpp
@@ -30,13 +30,13 @@
namespace Raul { class Atom; }
-namespace Ingen {
+namespace ingen {
class Log;
class Node;
class URIs;
-namespace Client {
+namespace client {
class BlockModel;
class GraphModel;
@@ -121,7 +121,7 @@ private:
SPtr<Plugins> _plugins; ///< Map, keyed by plugin URI
};
-} // namespace Client
-} // namespace Ingen
+} // namespace client
+} // namespace ingen
#endif // INGEN_CLIENT_CLIENTSTORE_HPP