diff options
Diffstat (limited to 'src/pull.hpp')
-rw-r--r-- | src/pull.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pull.hpp b/src/pull.hpp index cd598d6..32b1c92 100644 --- a/src/pull.hpp +++ b/src/pull.hpp @@ -50,7 +50,7 @@ namespace zmq fq_t fq; pull_t (const pull_t&); - void operator = (const pull_t&); + const pull_t &operator = (const pull_t&); }; |