You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
373 B
11 lines
373 B
--- 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",
|
|
|