| 123456789101112 |
- --- src/TodoDB.cc.orig Sun May 26 20:45:27 2002
- +++ src/TodoDB.cc Sun Jun 9 11:54:38 2002
- @@ -450,7 +450,7 @@
- This function allows for tab completion of priority levels as well
- as the levels being in the command history.
- */
- -Todo::Priority TodoDB::getPriority(string current = "")
- +Todo::Priority TodoDB::getPriority(string current)
- {
- char *pri[] = {
- "veryhigh",
|