diff options
Diffstat (limited to 'src/PositionCache.h')
| -rw-r--r-- | src/PositionCache.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PositionCache.h b/src/PositionCache.h index e610ac879..b63fb22fc 100644 --- a/src/PositionCache.h +++ b/src/PositionCache.h @@ -156,7 +156,7 @@ public:  private:  	Scintilla::LineCache level;  	std::vector<std::shared_ptr<LineLayout>>cache; -	bool allInvalidated; +	LineLayout::ValidLevel maxValidity;  	int styleClock;  	size_t EntryForLine(Sci::Line line) const noexcept;  	void AllocateForLevel(Sci::Line linesOnScreen, Sci::Line linesInDoc);  | 
