aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PositionCache.h')
-rw-r--r--src/PositionCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PositionCache.h b/src/PositionCache.h
index 479476eb9..41da53bcf 100644
--- a/src/PositionCache.h
+++ b/src/PositionCache.h
@@ -164,7 +164,7 @@ private:
bool allInvalidated;
int styleClock;
int useCount;
- void Allocate(size_t length_);
+ size_t EntryForLine(Sci::Line line) const noexcept;
void AllocateForLevel(Sci::Line linesOnScreen, Sci::Line linesInDoc);
public:
LineLayoutCache();