mirror of https://github.com/aria2/aria2
Added const to Option::getTable()
parent
f9dd59eebd
commit
031f1199d7
|
@ -71,7 +71,7 @@ public:
|
|||
|
||||
void clear();
|
||||
|
||||
const std::vector<std::string>& getTable()
|
||||
const std::vector<std::string>& getTable() const
|
||||
{
|
||||
return table_;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue