Fix build

This commit is contained in:
kssenii 2024-03-19 16:48:42 +01:00
parent 3d8ed0e5f7
commit 02ff01f246

View File

@ -19,7 +19,7 @@ public:
void add(const FileSegmentMetadataPtr & candidate, LockedKey & locked_key, const CachePriorityGuard::Lock &);
void add(const EvictionCandidates & other, const CacheGuard::Lock &) { candidates.insert(other.candidates.begin(), other.candidates.end()); }
void add(const EvictionCandidates & other, const CachePriorityGuard::Lock &) { candidates.insert(other.candidates.begin(), other.candidates.end()); }
void evict();