diff options
Diffstat (limited to 'src/buildtool/storage/local_ac.hpp')
-rw-r--r-- | src/buildtool/storage/local_ac.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/storage/local_ac.hpp b/src/buildtool/storage/local_ac.hpp index 180f1c51..2e4f57a8 100644 --- a/src/buildtool/storage/local_ac.hpp +++ b/src/buildtool/storage/local_ac.hpp @@ -84,7 +84,7 @@ class LocalAC { requires(kIsLocalGeneration) [[nodiscard]] auto LocalUplinkEntry( LocalGenerationAC const& latest, - bazel_re::Digest const& action_id) const noexcept -> bool; + ArtifactDigest const& action_id) const noexcept -> bool; private: // The action cache stores the results of failed actions. For those to be |