mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-12 03:07:53 +01:00
Problem: several fields are non-const without need
Solution: add const where easily possible
This commit is contained in:
@@ -128,7 +128,7 @@ class mechanism_t
|
||||
// Properties received from ZAP server.
|
||||
metadata_t::dict_t zap_properties;
|
||||
|
||||
options_t options;
|
||||
const options_t options;
|
||||
|
||||
private:
|
||||
blob_t routing_id;
|
||||
|
||||
Reference in New Issue
Block a user