diff options
Diffstat (limited to 'src/thread.hpp')
-rw-r--r-- | src/thread.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.hpp b/src/thread.hpp index 46745a5..27bea68 100644 --- a/src/thread.hpp +++ b/src/thread.hpp @@ -69,7 +69,7 @@ namespace zmq #endif thread_t (const thread_t&); - void operator = (const thread_t&); + const thread_t &operator = (const thread_t&); }; } |