- Fixed bug #822, #845, which generated incorrect IDs (thanks to Matt Kraai and
  Michelle Crane).
This commit is contained in:
Paul Beckingham
2011-09-29 00:00:36 -04:00
parent a99aa217d0
commit 87d940c46d
3 changed files with 19 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ public:
std::string uuid (int);
int id (const std::string&);
void has_ids ();
void clear ();
const std::string dump ();
@@ -72,6 +73,7 @@ public:
bool _loaded_tasks;
bool _loaded_lines;
bool _loaded_contents;
bool _has_ids;
std::vector <Task> _tasks;
std::vector <Task> _added_tasks;
std::vector <Task> _modified_tasks;