diff options
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); + |