summaryrefslogtreecommitdiff
path: root/src/safe_object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/safe_object.cpp')
-rw-r--r--src/safe_object.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/safe_object.cpp b/src/safe_object.cpp
index 5a5ab8b..d4a92d7 100644
--- a/src/safe_object.cpp
+++ b/src/safe_object.cpp
@@ -19,9 +19,9 @@
#include "safe_object.hpp"
-zmq::safe_object_t::safe_object_t (class dispatcher_t *dispatcher_,
- int thread_slot_) :
- object_t (dispatcher_, thread_slot_),
+zmq::safe_object_t::safe_object_t (class context_t *context_,
+ int thread_slot_) :
+ object_t (context_, thread_slot_),
processed_seqnum (0),
terminating (false)
{