2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[2377] constify

This commit is contained in:
JINMEI Tatuya
2012-12-07 15:29:40 -08:00
parent 1ba16e4d72
commit 85c5f47252

View File

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