diff options
Diffstat (limited to 'scintilla/src/AutoComplete.h')
-rw-r--r-- | scintilla/src/AutoComplete.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/AutoComplete.h b/scintilla/src/AutoComplete.h index 258a9f5..068aabe 100644 --- a/scintilla/src/AutoComplete.h +++ b/scintilla/src/AutoComplete.h @@ -40,7 +40,7 @@ public: /// Display the auto completion list positioned to be near a character position
void Start(Window &parent, int ctrlID, int position, Point location,
- int startLen_, int lineHeight, bool unicodeMode);
+ int startLen_, int lineHeight, bool unicodeMode, int technology);
/// The stop chars are characters which, when typed, cause the auto completion list to disappear
void SetStopChars(const char *stopChars_);
|