mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Revert "[clang-tidy] Remove redundant const"
This reverts commit 55d103c491
.
This commit is contained in:
parent
c43a513158
commit
702af00435
12 changed files with 36 additions and 36 deletions
|
@ -114,7 +114,7 @@ std::vector <std::string> Lexer::split (const std::string& text)
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// No L10N - these are for internal purposes.
|
||||
std::string Lexer::typeName (const Lexer::Type& type)
|
||||
const std::string Lexer::typeName (const Lexer::Type& type)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue