summaryrefslogtreecommitdiff
path: root/src/req.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/req.hpp')
-rw-r--r--src/req.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/req.hpp b/src/req.hpp
index bb65006..b9ea401 100644
--- a/src/req.hpp
+++ b/src/req.hpp
@@ -29,7 +29,7 @@ namespace zmq
{
public:
- req_t (class ctx_t *parent_, uint32_t slot_);
+ req_t (class ctx_t *parent_, uint32_t tid_);
~req_t ();
// Overloads of functions from socket_base_t.