diff options
Diffstat (limited to 'src/libutil/hash.cc')
-rw-r--r-- | src/libutil/hash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/hash.cc b/src/libutil/hash.cc index 7381948f2180..8dc33f5d0ca4 100644 --- a/src/libutil/hash.cc +++ b/src/libutil/hash.cc @@ -282,7 +282,7 @@ Hash hashFile(HashType ht, const Path & path) } -struct HashSink : DumpSink +struct HashSink : Sink { HashType ht; Ctx ctx; |