From a4cde497e296ebdeedeafe2519e75a09c6fd9488 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 12 Jul 2000 07:21:46 +0000 Subject: Added John's autocompletion changes and fiddled to make autocompletion list size better. --- src/AutoComplete.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AutoComplete.h') diff --git a/src/AutoComplete.h b/src/AutoComplete.h index 96d061f50..37795fce6 100644 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -35,7 +35,7 @@ public: char GetSeparator(); // The list string contains a sequence of words separated by the separator character - int SetList(const char *list); + void SetList(const char *list); void Show(); void Cancel(); -- cgit v1.2.3