Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > d3a6e767139ff673b89568d22a65bf04 > files > 2

devtodo-0.1.19-2mdv2008.0.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);