Browse Source

[2377] constify

JINMEI Tatuya 12 years ago
parent
commit
85c5f47252
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/master_loader.cc

+ 1 - 1
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_;