diff options
author | nyamatongwe <unknown> | 2000-07-12 07:21:46 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-07-12 07:21:46 +0000 |
commit | 7bbf6255aa2b342586841c21efbb571b6b9d27de (patch) | |
tree | ad2682d1284348952c3f35cb03eb8a1d24ff9f46 /src/AutoComplete.h | |
parent | befcf67e8df6f8b80df05efa8f77ec81fc3ea45b (diff) | |
download | scintilla-mirror-7bbf6255aa2b342586841c21efbb571b6b9d27de.tar.gz |
Added John's autocompletion changes and fiddled to make autocompletion list
size better.
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r-- | src/AutoComplete.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |