summaryrefslogtreecommitdiff
path: root/src/rep.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rep.hpp')
-rw-r--r--src/rep.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rep.hpp b/src/rep.hpp
index d0dd9c8..a13853d 100644
--- a/src/rep.hpp
+++ b/src/rep.hpp
@@ -34,8 +34,8 @@ namespace zmq
~rep_t ();
// Overloads of functions from socket_base_t.
- int xsend (zmq_msg_t *msg_, int flags_);
- int xrecv (zmq_msg_t *msg_, int flags_);
+ int xsend (class msg_t *msg_, int flags_);
+ int xrecv (class msg_t *msg_, int flags_);
bool xhas_in ();
bool xhas_out ();