summaryrefslogtreecommitdiff
path: root/src/lb.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lb.hpp')
-rw-r--r--src/lb.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lb.hpp b/src/lb.hpp
index ea965f8..29ea343 100644
--- a/src/lb.hpp
+++ b/src/lb.hpp
@@ -32,7 +32,7 @@ namespace zmq
{
public:
- lb_t (struct i_terminate_events *sink_);
+ lb_t (class own_t *sink_);
~lb_t ();
void attach (writer_t *pipe_);
@@ -61,7 +61,7 @@ namespace zmq
bool more;
// Object to send events to.
- struct i_terminate_events *sink;
+ class own_t *sink;
// If true, termination process is already underway.
bool terminating;