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

@@ -178,7 +178,7 @@ class stream_engine_t : public io_object_t, public i_engine
// The session this engine is attached to.
zmq::session_base_t *session;
options_t options;
const options_t options;
// String representation of endpoint
std::string endpoint;