diff options
Diffstat (limited to 'src/fq.hpp')
-rw-r--r-- | src/fq.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ namespace zmq bool terminating; fq_t (const fq_t&); - void operator = (const fq_t&); + const fq_t &operator = (const fq_t&); }; } |