summaryrefslogtreecommitdiff
path: root/src/sub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sub.hpp')
-rw-r--r--src/sub.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub.hpp b/src/sub.hpp
index d1f467d..8575961 100644
--- a/src/sub.hpp
+++ b/src/sub.hpp
@@ -36,7 +36,7 @@ namespace zmq
protected:
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
- int xsend (zmq_msg_t *msg_, int options_);
+ int xsend (class msg_t *msg_, int options_);
bool xhas_out ();
private: