Revert "[clang-tidy] Remove redundant const"
This reverts commit 55d103c491.
This commit is contained in:
@@ -1006,7 +1006,7 @@ bool Context::verbose (const std::string& token)
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::vector <std::string> Context::getColumns () const
|
||||
const std::vector <std::string> Context::getColumns () const
|
||||
{
|
||||
std::vector <std::string> output;
|
||||
for (auto& col : columns)
|
||||
|
||||
Reference in New Issue
Block a user