mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 22:20:37 +02:00
Cleanup: Prep for '-Wextra'
This commit is contained in:
parent
84be60fdca
commit
a82558064b
23 changed files with 48 additions and 54 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
virtual int execute (std::string&) = 0;
|
||||
|
||||
protected:
|
||||
bool permission (const Task&, const std::string&, unsigned int);
|
||||
bool permission (const std::string&, unsigned int);
|
||||
static const std::map <Command::Category, std::string> categoryNames;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue