mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
fix home_dir variable definition
This commit is contained in:
parent
4d5d901214
commit
1aa77c9ede
3 changed files with 3 additions and 6 deletions
|
@ -60,7 +60,7 @@ class CLI2
|
|||
public:
|
||||
static int minimumMatchLength;
|
||||
|
||||
static bool getOverride (int, const char**, std::string&, File&);
|
||||
static bool getOverride (int, const char**, File&);
|
||||
static bool getDataLocation (int, const char**, Path&);
|
||||
static void applyOverrides (int, const char**);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue