summaryrefslogtreecommitdiff
path: root/src/dispatcher.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispatcher.hpp')
-rw-r--r--src/dispatcher.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispatcher.hpp b/src/dispatcher.hpp
index 08ffab1..08596cb 100644
--- a/src/dispatcher.hpp
+++ b/src/dispatcher.hpp
@@ -55,7 +55,7 @@ namespace zmq
~dispatcher_t ();
// Create a socket.
- struct i_api *create_socket (int type_);
+ class socket_base_t *create_socket (int type_);
// Returns number of thread slots in the dispatcher. To be used by
// individual threads to find out how many distinct signals can be