diff options
Diffstat (limited to 'zenstore/gc.cpp')
| -rw-r--r-- | zenstore/gc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/gc.cpp b/zenstore/gc.cpp index a2bd4ce15..0f430f61c 100644 --- a/zenstore/gc.cpp +++ b/zenstore/gc.cpp @@ -662,7 +662,7 @@ TEST_CASE("gc.full") CasStore->InsertChunk(Chunks[7], ChunkHashes[7]); CasStore->InsertChunk(Chunks[8], ChunkHashes[8]); - auto InitialSize = CasStore->TotalSize(); + CasStoreSize InitialSize = CasStore->TotalSize(); // Keep first and last { |