]> git.pld-linux.org Git - packages/devtodo.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Apr 2007 21:30:19 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devtodo-gcc4.patch -> 1.1

devtodo-gcc4.patch [new file with mode: 0644]

diff --git a/devtodo-gcc4.patch b/devtodo-gcc4.patch
new file mode 100644 (file)
index 0000000..8a7dc65
--- /dev/null
@@ -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);
This page took 0.083175 seconds and 4 git commands to generate.