summaryrefslogtreecommitdiffstats
path: root/ingen/SocketWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/SocketWriter.hpp')
-rw-r--r--ingen/SocketWriter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/SocketWriter.hpp b/ingen/SocketWriter.hpp
index 1dcc077b..4d7247da 100644
--- a/ingen/SocketWriter.hpp
+++ b/ingen/SocketWriter.hpp
@@ -27,7 +27,7 @@ namespace Raul {
class Socket;
}
-namespace Ingen {
+namespace ingen {
class URI;
class URIMap;
@@ -52,6 +52,6 @@ protected:
SPtr<Raul::Socket> _socket;
};
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_SOCKET_WRITER_HPP