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 | aae86a999fe82ab85660991892253040126386b8 (patch) | |
| tree | 1c82cf445ee7f3d0e9644a9a97bf978798479e84 /src/RunStyles.cxx | |
| parent | 2d698add257d0bbb38335659ed944e9cc41fe593 (diff) | |
| download | scintilla-mirror-aae86a999fe82ab85660991892253040126386b8.tar.gz | |
Use Position/Line/int more accurately in preparation for large documents.
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 6dbfb4c4b..fa8844bfe 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>; |
