Added const to Option::getTable()

This commit is contained in:
Tatsuhiro Tsujikawa 2011-12-01 23:36:17 +09:00
parent f9dd59eebd
commit 031f1199d7

View File

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