diff options
Diffstat (limited to 'src/buildtool/storage/compactifier.cpp')
-rw-r--r-- | src/buildtool/storage/compactifier.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/storage/compactifier.cpp b/src/buildtool/storage/compactifier.cpp index 264312f5..e6f9a344 100644 --- a/src/buildtool/storage/compactifier.cpp +++ b/src/buildtool/storage/compactifier.cpp @@ -156,7 +156,8 @@ template <ObjectType kType> } // Calculate reference hash size: - auto const kHashSize = task.cas.GetHashFunction().Hasher().GetHashLength(); + auto const kHashSize = + task.cas.GetHashFunction().MakeHasher().GetHashLength(); auto const kFileNameSize = kHashSize - FileStorageData::kDirectoryNameLength; |