summaryrefslogtreecommitdiff
path: root/src/own.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/own.cpp')
-rw-r--r--src/own.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/own.cpp b/src/own.cpp
index 57e183a..4cbfdd6 100644
--- a/src/own.cpp
+++ b/src/own.cpp
@@ -161,7 +161,7 @@ void zmq::own_t::process_term (int linger_)
// Send termination request to all owned objects.
for (owned_t::iterator it = owned.begin (); it != owned.end (); ++it)
send_term (*it, linger_);
- register_term_acks (owned.size ());
+ register_term_acks ((int) owned.size ());
owned.clear ();
// Start termination process and check whether by chance we cannot