summaryrefslogtreecommitdiffstats
path: root/src/server/GraphImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/GraphImpl.hpp')
-rw-r--r--src/server/GraphImpl.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp
index 3f11a84a..d0dd8b7d 100644
--- a/src/server/GraphImpl.hpp
+++ b/src/server/GraphImpl.hpp
@@ -28,11 +28,11 @@
#include "PortType.hpp"
#include "ThreadManager.hpp"
-namespace Ingen {
+namespace ingen {
class Arc;
-namespace Server {
+namespace server {
class ArcImpl;
class CompiledGraph;
@@ -194,7 +194,7 @@ private:
bool _process; ///< True iff graph is enabled
};
-} // namespace Server
-} // namespace Ingen
+} // namespace server
+} // namespace ingen
#endif // INGEN_ENGINE_GRAPHIMPL_HPP