mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 09:40:37 +02:00
Build
- Fixed more case-sensitivity problems, and missing include files.
This commit is contained in:
parent
17f3717871
commit
08c4d4bdfe
5 changed files with 15 additions and 14 deletions
|
@ -31,10 +31,10 @@
|
|||
#include <string>
|
||||
#include <Command.h>
|
||||
|
||||
class CmdIds : public Command
|
||||
class CmdIDs : public Command
|
||||
{
|
||||
public:
|
||||
CmdIds ();
|
||||
CmdIDs ();
|
||||
int execute (const std::string&, std::string&);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue