diff options
Diffstat (limited to 'zenstore')
| -rw-r--r-- | zenstore/CAS.cpp | 2 | ||||
| -rw-r--r-- | zenstore/filecas.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/zenstore/CAS.cpp b/zenstore/CAS.cpp index d91e8cb2c..c05e3703d 100644 --- a/zenstore/CAS.cpp +++ b/zenstore/CAS.cpp @@ -145,7 +145,7 @@ CasImpl::FindChunk(const IoHash& ChunkHash) return IoBuffer{}; } -void +void CasImpl::FilterChunks(CasChunkSet& InOutChunks) { m_SmallStrategy.FilterChunks(InOutChunks); diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp index cddf22503..80b59ea90 100644 --- a/zenstore/filecas.cpp +++ b/zenstore/filecas.cpp @@ -299,7 +299,7 @@ FileCasStrategy::HaveChunk(const IoHash& ChunkHash) return false; } -void +void FileCasStrategy::FilterChunks(CasChunkSet& InOutChunks) { std::unordered_set<IoHash> HaveSet; |