mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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
|
@ -57,7 +57,7 @@ public:
|
|||
int getWidth (); // determine terminal width
|
||||
int getHeight (); // determine terminal height
|
||||
|
||||
std::vector <std::string> getColumns () const;
|
||||
const std::vector <std::string> getColumns () const;
|
||||
void getLimits (int&, int&);
|
||||
|
||||
bool color (); // TTY or <other>?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue