summaryrefslogtreecommitdiffstats
path: root/src/server/DuplexPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/DuplexPort.hpp')
-rw-r--r--src/server/DuplexPort.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp
index b0066164..db97e7fb 100644
--- a/src/server/DuplexPort.hpp
+++ b/src/server/DuplexPort.hpp
@@ -22,8 +22,8 @@
#include "BufferRef.hpp"
#include "InputPort.hpp"
-namespace Ingen {
-namespace Server {
+namespace ingen {
+namespace server {
class BlockImpl;
@@ -92,7 +92,7 @@ public:
SampleCount next_value_offset(SampleCount offset, SampleCount end) const;
};
-} // namespace Server
-} // namespace Ingen
+} // namespace server
+} // namespace ingen
#endif // INGEN_ENGINE_DUPLEXPORT_HPP