summaryrefslogtreecommitdiff
path: root/src/pull.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pull.hpp')
-rw-r--r--src/pull.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pull.hpp b/src/pull.hpp
index 95084ba..ffc3fdb 100644
--- a/src/pull.hpp
+++ b/src/pull.hpp
@@ -39,7 +39,7 @@ namespace zmq
// Overloads of functions from socket_base_t.
void xattach_pipes (class reader_t *inpipe_, class writer_t *outpipe_,
const blob_t &peer_identity_);
- int xrecv (zmq_msg_t *msg_, int flags_);
+ int xrecv (class msg_t *msg_, int flags_);
bool xhas_in ();
private: