aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-12 07:21:46 +0000
committernyamatongwe <devnull@localhost>2000-07-12 07:21:46 +0000
commita4cde497e296ebdeedeafe2519e75a09c6fd9488 (patch)
treead2682d1284348952c3f35cb03eb8a1d24ff9f46 /src/AutoComplete.h
parent9bde3adbd08a9f706655f0e0fe1c9adf685408a0 (diff)
downloadscintilla-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.h2
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();