summaryrefslogtreecommitdiff
path: root/src/lb.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lb.hpp')
-rw-r--r--src/lb.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lb.hpp b/src/lb.hpp
index 0dc11e2..f844b01 100644
--- a/src/lb.hpp
+++ b/src/lb.hpp
@@ -38,7 +38,7 @@ namespace zmq
void attach (writer_t *pipe_);
void terminate ();
- int send (zmq_msg_t *msg_, int flags_);
+ int send (msg_t *msg_, int flags_);
bool has_out ();
// i_writer_events interface implementation.