mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Added const to Option::getTable()
This commit is contained in:
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
Block a user