summaryrefslogtreecommitdiffstats
path: root/src/server/CompiledGraph.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/CompiledGraph.hpp')
-rw-r--r--src/server/CompiledGraph.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/CompiledGraph.hpp b/src/server/CompiledGraph.hpp
index 6b802611..664fea85 100644
--- a/src/server/CompiledGraph.hpp
+++ b/src/server/CompiledGraph.hpp
@@ -27,8 +27,8 @@
#include "Task.hpp"
-namespace Ingen {
-namespace Server {
+namespace ingen {
+namespace server {
class BlockImpl;
class GraphImpl;
@@ -78,7 +78,7 @@ inline MPtr<CompiledGraph> compile(Raul::Maid& maid, GraphImpl& graph)
return CompiledGraph::compile(maid, graph);
}
-} // namespace Server
-} // namespace Ingen
+} // namespace server
+} // namespace ingen
#endif // INGEN_ENGINE_COMPILEDGRAPH_HPP