summaryrefslogtreecommitdiffstats
path: root/src/server/GraphPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/GraphPlugin.hpp')
-rw-r--r--src/server/GraphPlugin.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/GraphPlugin.hpp b/src/server/GraphPlugin.hpp
index 308ed91a..ae59b986 100644
--- a/src/server/GraphPlugin.hpp
+++ b/src/server/GraphPlugin.hpp
@@ -20,8 +20,8 @@
#include <string>
#include "PluginImpl.hpp"
-namespace Ingen {
-namespace Server {
+namespace ingen {
+namespace server {
class BlockImpl;
@@ -57,7 +57,7 @@ private:
const std::string _name;
};
-} // namespace Server
-} // namespace Ingen
+} // namespace server
+} // namespace ingen
#endif // INGEN_ENGINE_GRAPHPLUGIN_HPP