summaryrefslogtreecommitdiff
path: root/src/io_thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io_thread.cpp')
-rw-r--r--src/io_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io_thread.cpp b/src/io_thread.cpp
index 41f7f7d..7d997ad 100644
--- a/src/io_thread.cpp
+++ b/src/io_thread.cpp
@@ -54,7 +54,7 @@ void zmq::io_thread_t::stop ()
send_stop ();
}
-zmq::fd_signaler_t *zmq::io_thread_t::get_signaler ()
+zmq::signaler_t *zmq::io_thread_t::get_signaler ()
{
return &signaler;
}