diff options
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a3354de40..63ab3d8f0 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2872,7 +2872,7 @@ set void SetKeyWords=4005(int keyWordSet, string keyWords) set void SetLexerLanguage=4006(, string language) # Load a lexer library (dll / so). -fun void LoadLexerLibrary=4007(, string path) +fun void LoadLexerLibrary=4007(bool iLexer5, string path) # Retrieve a "property" value previously set with SetProperty. # Result is NUL-terminated. |
