Problem: several fields are non-const without need

Solution: add const where easily possible
This commit is contained in:
sigiesec
2018-02-02 17:08:52 +01:00
committed by Simon Giesecke
parent b77d7610cd
commit 368eff9ecb
13 changed files with 23 additions and 20 deletions

View File

@@ -54,7 +54,7 @@ class v1_decoder_t : public zmq::c_single_allocator,
unsigned char tmpbuf[8];
msg_t in_progress;
int64_t maxmsgsize;
const int64_t maxmsgsize;
v1_decoder_t (const v1_decoder_t &);
void operator= (const v1_decoder_t &);