diff options
author | nyamatongwe <devnull@localhost> | 2000-07-12 07:21:46 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-12 07:21:46 +0000 |
commit | a4cde497e296ebdeedeafe2519e75a09c6fd9488 (patch) | |
tree | ad2682d1284348952c3f35cb03eb8a1d24ff9f46 /src/AutoComplete.h | |
parent | 9bde3adbd08a9f706655f0e0fe1c9adf685408a0 (diff) | |
download | scintilla-mirror-a4cde497e296ebdeedeafe2519e75a09c6fd9488.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(); |