summaryrefslogtreecommitdiffstats
path: root/src/server/BlockImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/BlockImpl.cpp')
-rw-r--r--src/server/BlockImpl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/BlockImpl.cpp b/src/server/BlockImpl.cpp
index e95645f9..17462ab4 100644
--- a/src/server/BlockImpl.cpp
+++ b/src/server/BlockImpl.cpp
@@ -28,8 +28,8 @@
#include "RunContext.hpp"
#include "ThreadManager.hpp"
-namespace Ingen {
-namespace Server {
+namespace ingen {
+namespace server {
BlockImpl::BlockImpl(PluginImpl* plugin,
const Raul::Symbol& symbol,
@@ -299,5 +299,5 @@ BlockImpl::set_port_buffer(uint32_t voice,
<< " buffer " << buf << " offset " << offset << std::endl;*/
}
-} // namespace Server
-} // namespace Ingen
+} // namespace server
+} // namespace ingen