summaryrefslogtreecommitdiffstats
path: root/src/server/DuplexPort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/DuplexPort.cpp')
-rw-r--r--src/server/DuplexPort.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/DuplexPort.cpp b/src/server/DuplexPort.cpp
index 1b62ff38..2823da05 100644
--- a/src/server/DuplexPort.cpp
+++ b/src/server/DuplexPort.cpp
@@ -22,8 +22,8 @@
#include "Engine.hpp"
#include "GraphImpl.hpp"
-namespace Ingen {
-namespace Server {
+namespace ingen {
+namespace server {
DuplexPort::DuplexPort(BufferFactory& bufs,
GraphImpl* parent,
@@ -232,5 +232,5 @@ DuplexPort::next_value_offset(SampleCount offset, SampleCount end) const
return PortImpl::next_value_offset(offset, end);
}
-} // namespace Server
-} // namespace Ingen
+} // namespace server
+} // namespace ingen