devtodo.patch 373 B

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