--- src/Todo.h.orig 2005-06-06 12:15:58.000000000 -0400 +++ src/Todo.h 2005-06-06 12:13:41.000000000 -0400 @@ -14,6 +14,8 @@ 01/02/01 Initial creation */ +class TodoDB; + class Todo { public : friend class TodoDB; --- src/TodoDB.h 2006-03-17 16:49:41.000000000 -0500 +++ src/TodoDB.h 2006-03-17 16:50:12.000000000 -0500 @@ -108,7 +108,7 @@ void initColour(); void initColourPost(); Todo::Priority getPriority(string current = ""); - int TodoDB::markDone(Todo &todo); + int markDone(Todo &todo); void formatItem(ostream &out, int depth, Todo const &item, string const &format);