Added const to Option::getTable()

pull/4/head
Tatsuhiro Tsujikawa 2011-12-01 23:36:17 +09:00
parent f9dd59eebd
commit 031f1199d7
1 changed files with 1 additions and 1 deletions

View File

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