about summary refs log tree commit diff
path: root/src/libstore/s3-binary-cache-store.hh
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.hh
parentcd128f4bad0444e0c244d62dd8abe277c189e629 (diff)
Fix getS3Stats()
Diffstat (limited to 'src/libstore/s3-binary-cache-store.hh')
-rw-r--r--src/libstore/s3-binary-cache-store.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/s3-binary-cache-store.hh b/src/libstore/s3-binary-cache-store.hh
index 79ab72e5a9..4d43fe4d23 100644
--- a/src/libstore/s3-binary-cache-store.hh
+++ b/src/libstore/s3-binary-cache-store.hh
@@ -27,7 +27,7 @@ public:
         std::atomic<uint64_t> head{0};
     };
 
-    const Stats & getS3Stats();
+    virtual const Stats & getS3Stats() = 0;
 };
 
 }