diff options
Diffstat (limited to 'src/EditView.h')
-rw-r--r-- | src/EditView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h index bac59ed31..e2101d745 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -81,7 +81,7 @@ public: std::unique_ptr<Surface> pixmapIndentGuideHighlight; LineLayoutCache llc; - PositionCache posCache; + std::unique_ptr<IPositionCache> posCache; int tabArrowHeight; // draw arrow heads this many pixels above/below line midpoint /** Some platforms, notably PLAT_CURSES, do not support Scintilla's native |