diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 1207425dd..5370f5b2e 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -105,6 +105,7 @@ class LineLayoutCache { LineLayout **cache; bool allInvalidated; int styleClock; + int useCount; void Allocate(int length_); void AllocateForLevel(int linesOnScreen, int linesInDoc); public: |