summaryrefslogtreecommitdiffstats
path: root/src/socket/SocketListener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket/SocketListener.cpp')
-rw-r--r--src/socket/SocketListener.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket/SocketListener.cpp b/src/socket/SocketListener.cpp
index 13049a24..0628b7a5 100644
--- a/src/socket/SocketListener.cpp
+++ b/src/socket/SocketListener.cpp
@@ -38,8 +38,8 @@ namespace Socket {
SocketListener::SocketListener(Ingen::World& world)
: Raul::Thread()
, _world(world)
- , _unix_sock(Socket::UNIX)
- , _net_sock(Socket::TCP)
+ , _unix_sock(Socket::Type::UNIX)
+ , _net_sock(Socket::Type::TCP)
{
// Create UNIX socket
_unix_path = world.conf().option("socket").get_string();