about summary refs log tree commit diff
path: root/src/libstore/s3-binary-cache-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-10-06T14·34+0200
committerEelco Dolstra <edolstra@gmail.com>2016-10-06T15·00+0200
commitae522f930d69c5b80c13cd6596919d57ea971b88 (patch)
tree72a373d49ebadca64c6fe7a7f2b1d7bcfc768eeb /src/libstore/s3-binary-cache-store.cc
parentcd128f4bad0444e0c244d62dd8abe277c189e629 (diff)
Fix getS3Stats()
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r--src/libstore/s3-binary-cache-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc
index 91ec3643b9..c11f2b06b9 100644
--- a/src/libstore/s3-binary-cache-store.cc
+++ b/src/libstore/s3-binary-cache-store.cc
@@ -99,7 +99,7 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore
         }
     }
 
-    const Stats & getS3Stats()
+    const Stats & getS3Stats() override
     {
         return stats;
     }