diff options
| author | Neil <nyamatongwe@gmail.com> | 2026-02-07 11:55:11 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2026-02-07 11:55:11 +1100 |
| commit | 2345f51b8fea92bf794300c5b4373ee3c03eb1e0 (patch) | |
| tree | b91bd6ffa839c976a923137d05204f3c37032bc8 /src/PositionCache.h | |
| parent | ac8ccbc3eaea26e831e1751fc627cf0bb09c190d (diff) | |
| download | scintilla-mirror-2345f51b8fea92bf794300c5b4373ee3c03eb1e0.tar.gz | |
Avoid some warnings to make more interesting issues visible.
Diffstat (limited to 'src/PositionCache.h')
| -rw-r--r-- | src/PositionCache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PositionCache.h b/src/PositionCache.h index d8f778c5c..9138d18e7 100644 --- a/src/PositionCache.h +++ b/src/PositionCache.h @@ -257,6 +257,8 @@ public: bool More() const noexcept; }; +constexpr size_t positionCacheDefaultSize = 0x400; + class IPositionCache { public: virtual ~IPositionCache() = default; |
