diff options
author | Neil <nyamatongwe@gmail.com> | 2018-03-09 21:05:33 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-03-09 21:05:33 +1100 |
commit | f8884c2adbb81bb91b3ac0d4bcaa8b9c62069f14 (patch) | |
tree | 0bcb5040b089eb140ce4fdef82411d68a3510a46 /src/RunStyles.cxx | |
parent | 73ca690be6390bdbd402d74bf85b71dea73761d0 (diff) | |
download | scintilla-mirror-f8884c2adbb81bb91b3ac0d4bcaa8b9c62069f14.tar.gz |
Backport: Use Position/Line/int more accurately in preparation for large documents.
Backport of changeset 6480:f2650eaa75e6.
Diffstat (limited to 'src/RunStyles.cxx')
-rw-r--r-- | src/RunStyles.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RunStyles.cxx b/src/RunStyles.cxx index f3939bbd2..ce25cf144 100644 --- a/src/RunStyles.cxx +++ b/src/RunStyles.cxx @@ -304,3 +304,4 @@ void RunStyles<DISTANCE, STYLE>::Check() const { } template class Scintilla::RunStyles<int, int>; +template class Scintilla::RunStyles<int, char>; |