aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-12-13 10:59:37 +1100
committerNeil <nyamatongwe@gmail.com>2019-12-13 10:59:37 +1100
commit8accea79edacc04b1dafb84026ce0ce5ecd46af9 (patch)
tree193a1d0c335417cd0441af22ef29c90d2ce705b2 /src/ScintillaBase.cxx
parenteaa66ad1127c506e0b759b2c724481d59faa5e0b (diff)
downloadscintilla-mirror-8accea79edacc04b1dafb84026ce0ce5ecd46af9.tar.gz
Backport: Hide details of ExternalLexer and export ExternalLexerLoad function only.
Backport of changeset 7861:0680563a97c5.
Diffstat (limited to 'src/ScintillaBase.cxx')
-rw-r--r--src/ScintillaBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx
index 9757b8400..76308ce2a 100644
--- a/src/ScintillaBase.cxx
+++ b/src/ScintillaBase.cxx
@@ -1092,7 +1092,7 @@ sptr_t ScintillaBase::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lPara
return StringResult(lParam, DocumentLexState()->GetName());
case SCI_LOADLEXERLIBRARY:
- LexerManager::GetInstance()->Load(ConstCharPtrFromSPtr(lParam));
+ ExternalLexerLoad(ConstCharPtrFromSPtr(lParam));
break;
case SCI_PRIVATELEXERCALL: