diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-04-14 05:45:37 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-04-14 05:45:37 +0000 |
commit | 7fa598446079e0b99f4b33b0ba420fabc0a21409 (patch) | |
tree | 6ab27f58229b82f3bc34d29fd8da0dd522490a70 /app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff | |
parent | Add patch to fix compilation with gcc-4.1 by Ryan Hill <dirtyepic DOT sk AT g... (diff) | |
download | gentoo-2-7fa598446079e0b99f4b33b0ba420fabc0a21409.tar.gz gentoo-2-7fa598446079e0b99f4b33b0ba420fabc0a21409.tar.bz2 gentoo-2-7fa598446079e0b99f4b33b0ba420fabc0a21409.zip |
Add patch to fix compilation with gcc-4.1; bug #126589
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff')
-rw-r--r-- | app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff b/app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff index 38caf1b4b12e..e0f31f192f1d 100644 --- a/app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff +++ b/app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff @@ -9,3 +9,14 @@ 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); + |