diff options
Diffstat (limited to 'src/safe_object.hpp')
-rw-r--r-- | src/safe_object.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/safe_object.hpp b/src/safe_object.hpp index 8bdd41c..b47db48 100644 --- a/src/safe_object.hpp +++ b/src/safe_object.hpp @@ -36,7 +36,7 @@ namespace zmq { public: - safe_object_t (class dispatcher_t *dispatcher_, int thread_slot_); + safe_object_t (class context_t *context_, int thread_slot_); safe_object_t (object_t *parent_); void inc_seqnum (); |