summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r--src/server/InputPort.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp
index 708f7ea2..92756b57 100644
--- a/src/server/InputPort.hpp
+++ b/src/server/InputPort.hpp
@@ -27,8 +27,8 @@
#include "ArcImpl.hpp"
#include "PortImpl.hpp"
-namespace Ingen {
-namespace Server {
+namespace ingen {
+namespace server {
class ArcImpl;
class BlockImpl;
@@ -122,7 +122,7 @@ protected:
Arcs _arcs; ///< Audio thread
};
-} // namespace Server
-} // namespace Ingen
+} // namespace server
+} // namespace ingen
#endif // INGEN_ENGINE_INPUTPORT_HPP