summaryrefslogtreecommitdiff
path: root/src/decoder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder.hpp')
-rw-r--r--src/decoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder.hpp b/src/decoder.hpp
index 2179105..9da6f72 100644
--- a/src/decoder.hpp
+++ b/src/decoder.hpp
@@ -167,7 +167,7 @@ namespace zmq
unsigned char *buf;
decoder_base_t (const decoder_base_t&);
- void operator = (const decoder_base_t&);
+ const decoder_base_t &operator = (const decoder_base_t&);
};
// Decoder for 0MQ framing protocol. Converts data batches into messages.