From: JINMEI Tatuya Date: Fri, 7 Dec 2012 23:29:40 +0000 (-0800) Subject: [2377] constify X-Git-Tag: bind10-1.0.0-beta-release~15^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c0b26f0b66fb051d112e20cc8159d90b65722d4;p=thirdparty%2Fkea.git [2377] constify --- diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc index ed5f01947b..8b91dd7c06 100644 --- a/src/lib/dns/master_loader.cc +++ b/src/lib/dns/master_loader.cc @@ -96,7 +96,7 @@ private: const RRClass zone_class_; MasterLoaderCallbacks callbacks_; AddRRCallback add_callback_; - MasterLoader::Options options_; + const MasterLoader::Options options_; const std::string master_file_; std::string string_token_; bool initialized_;