summaryrefslogtreecommitdiff
path: root/src/push.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/push.hpp')
-rw-r--r--src/push.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/push.hpp b/src/push.hpp
index f04b25f..c4d63f6 100644
--- a/src/push.hpp
+++ b/src/push.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 xsend (zmq_msg_t *msg_, int flags_);
+ int xsend (class msg_t *msg_, int flags_);
bool xhas_out ();
private: