mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07: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
|
@ -56,7 +56,7 @@ extern Context context;
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Scans all tasks, and for any recurring tasks, determines whether any new
|
||||
// child tasks need to be generated to fill gaps.
|
||||
void handleRecurrence (std::vector <T2>& tasks)
|
||||
void handleRecurrence (std::vector <Task>& tasks)
|
||||
{
|
||||
/*
|
||||
std::vector <T> modified;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue