diff options
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; |
