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