Forráskód Böngészése

Added const to Option::getTable()

Tatsuhiro Tsujikawa 14 éve
szülő
commit
031f1199d7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/Option.h

+ 1 - 1
src/Option.h

@@ -71,7 +71,7 @@ public:
 
   void clear();
 
-  const std::vector<std::string>& getTable()
+  const std::vector<std::string>& getTable() const
   {
     return table_;
   }