Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 31b2d5622b86e7e0b4e7427b0be03fa6 > files > 2

devtodo-0.1.20-1mdv2008.1.src.rpm

--- ./src/Todo.h.tv	2007-08-28 00:36:20.000000000 +0200
+++ ./src/Todo.h	2007-08-28 00:38:46.000000000 +0200
@@ -14,6 +14,8 @@ using namespace std;
 	01/02/01	Initial creation
 */
 
+class TodoDB;
+
 class Todo {
 	public :
 		friend class TodoDB;
--- ./src/TodoDB.h.tv	2007-08-28 00:40:18.000000000 +0200
+++ ./src/TodoDB.h	2007-08-28 00:38:56.000000000 +0200
@@ -108,7 +108,7 @@ class TodoDB {
 		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);