1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 11:41:15 +02:00

Fix getS3Stats()

This commit is contained in:
Eelco Dolstra 2016-10-06 16:34:14 +02:00
parent cd128f4bad
commit ae522f930d
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore
}
}
const Stats & getS3Stats()
const Stats & getS3Stats() override
{
return stats;
}