mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Code Cleanup
- Renamed T2.h -> Task.h, T2.cpp -> Task.cpp. This permanently avoids the problem where g++ on OpenBSD 4.5 fails because of the T class, which probably conflicts with C++ templates. Who knows.
This commit is contained in:
parent
71f4749d56
commit
d7da182450
12 changed files with 83 additions and 83 deletions
|
@ -33,7 +33,7 @@
|
|||
#include "Sequence.h"
|
||||
#include "Subst.h"
|
||||
#include "Cmd.h"
|
||||
#include "T2.h"
|
||||
#include "Task.h"
|
||||
#include "TDB2.h"
|
||||
#include "StringTable.h"
|
||||
|
||||
|
@ -64,7 +64,7 @@ public:
|
|||
Keymap keymap;
|
||||
Sequence sequence;
|
||||
Subst subst;
|
||||
T2 task;
|
||||
Task task;
|
||||
TDB2 tdb;
|
||||
StringTable stringtable;
|
||||
std::string program;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue