diff options
Diffstat (limited to 'src/rep.hpp')
-rw-r--r-- | src/rep.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rep.hpp b/src/rep.hpp index b8cac98..17e2686 100644 --- a/src/rep.hpp +++ b/src/rep.hpp @@ -29,7 +29,7 @@ namespace zmq { public: - rep_t (class ctx_t *parent_, uint32_t slot_); + rep_t (class ctx_t *parent_, uint32_t tid_); ~rep_t (); // Overloads of functions from socket_base_t. |