SOURCES: devtodo-gcc4.patch (NEW) - new

qboosh qboosh at pld-linux.org
Wed Apr 11 23:30:24 CEST 2007


Author: qboosh                       Date: Wed Apr 11 21:30:24 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   devtodo-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/devtodo-gcc4.patch
diff -u /dev/null SOURCES/devtodo-gcc4.patch:1.1
--- /dev/null	Wed Apr 11 23:30:24 2007
+++ SOURCES/devtodo-gcc4.patch	Wed Apr 11 23:30:19 2007
@@ -0,0 +1,22 @@
+--- devtodo-0.1.19/src/Todo.h.orig	2004-09-03 11:35:13.000000000 +0200
++++ devtodo-0.1.19/src/Todo.h	2007-04-11 23:18:06.622378597 +0200
+@@ -14,6 +14,8 @@ using namespace std;
+ 	01/02/01	Initial creation
+ */
+ 
++class TodoDB;
++
+ class Todo {
+ 	public :
+ 		friend class TodoDB;
+--- devtodo-0.1.19/src/TodoDB.h.orig	2004-09-03 11:35:14.000000000 +0200
++++ devtodo-0.1.19/src/TodoDB.h	2007-04-11 23:18:32.731866493 +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);
+ 
================================================================


More information about the pld-cvs-commit mailing list