summaryrefslogtreecommitdiffstats
path: root/include/raul/Socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/raul/Socket.hpp')
-rw-r--r--include/raul/Socket.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/raul/Socket.hpp b/include/raul/Socket.hpp
index 7da3555..55d2f70 100644
--- a/include/raul/Socket.hpp
+++ b/include/raul/Socket.hpp
@@ -29,10 +29,10 @@
#include <string>
#include <utility>
-namespace Raul {
+namespace raul {
/** A safe and simple interface for UNIX or TCP sockets. */
-class Socket : public Raul::Noncopyable
+class Socket : public raul::Noncopyable
{
public:
enum class Type { UNIX, TCP };
@@ -254,6 +254,6 @@ Socket::shutdown() // NOLINT(readability-make-member-function-const)
}
}
-} // namespace Raul
+} // namespace raul
#endif // RAUL_SOCKET_HPP