mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 23:48:35 +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
|
@ -25,7 +25,7 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#include <Context.h>
|
||||
#include <T2.h>
|
||||
#include <Task.h>
|
||||
#include <Subst.h>
|
||||
#include <test.h>
|
||||
|
||||
|
@ -36,7 +36,7 @@ int main (int argc, char** argv)
|
|||
{
|
||||
UnitTest t (15);
|
||||
|
||||
T2 task;
|
||||
Task task;
|
||||
task.set ("description", "one two three four");
|
||||
|
||||
Subst s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue