summaryrefslogtreecommitdiff
path: root/src/i_inout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_inout.hpp')
-rw-r--r--src/i_inout.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i_inout.hpp b/src/i_inout.hpp
index be2e007..8901c04 100644
--- a/src/i_inout.hpp
+++ b/src/i_inout.hpp
@@ -27,8 +27,8 @@ namespace zmq
struct i_inout
{
- virtual bool read (::zmq_msg *msg_) = 0;
- virtual bool write (::zmq_msg *msg_) = 0;
+ virtual bool read (::zmq_msg_t *msg_) = 0;
+ virtual bool write (::zmq_msg_t *msg_) = 0;
virtual void flush () = 0;
};