mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 06:10:36 +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
|
@ -45,14 +45,14 @@ int confirm4 (const std::string&);
|
|||
#ifndef HAVE_UUID_UNPARSE_LOWER
|
||||
void uuid_unparse_lower (uuid_t uu, char *out);
|
||||
#endif
|
||||
std::string uuid ();
|
||||
const std::string uuid ();
|
||||
|
||||
std::string indentProject (
|
||||
const std::string indentProject (
|
||||
const std::string&,
|
||||
const std::string& whitespace = " ",
|
||||
char delimiter = '.');
|
||||
|
||||
std::vector <std::string> extractParents (
|
||||
const std::vector <std::string> extractParents (
|
||||
const std::string&,
|
||||
const char& delimiter = '.');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue