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

@@ -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;