mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Code Cleanup
- Merging Record and Task objects, step 4.
This commit is contained in:
parent
740cacc49f
commit
6f980490bd
4 changed files with 16 additions and 34 deletions
|
@ -28,10 +28,13 @@
|
|||
#define INCLUDED_TASK
|
||||
#define L10N // Localization complete.
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <Record.h>
|
||||
#include <stdio.h>
|
||||
#include <Att.h>
|
||||
|
||||
class Task : public Record
|
||||
class Task : public std::map <std::string, Att>
|
||||
{
|
||||
public:
|
||||
Task (); // Default constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue