diff options
Diffstat (limited to 'src/req.hpp')
-rw-r--r-- | src/req.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/req.hpp b/src/req.hpp index 3138498..e0554ac 100644 --- a/src/req.hpp +++ b/src/req.hpp @@ -34,8 +34,8 @@ namespace zmq ~req_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 (); |