summaryrefslogtreecommitdiffstats
path: root/client/x11/named_pipe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/x11/named_pipe.cpp')
-rw-r--r--client/x11/named_pipe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/x11/named_pipe.cpp b/client/x11/named_pipe.cpp
index 73d103c0..18c390e3 100644
--- a/client/x11/named_pipe.cpp
+++ b/client/x11/named_pipe.cpp
@@ -23,7 +23,7 @@
#include "utils.h"
#include "debug.h"
-Session::Session(int fd, EventsLoop& events_loop)
+Session::Session(int fd, ProcessLoop& events_loop)
: _fd_client(fd)
, _events_loop(events_loop)
{
@@ -121,7 +121,7 @@ int LinuxListener::create_socket(const char *socket_name)
}
LinuxListener::LinuxListener(const char *name, NamedPipe::ListenerInterface &listener_interface,
- EventsLoop &events_loop)
+ ProcessLoop& events_loop)
: _listener_interface (listener_interface)
, _events_loop (events_loop)
{