aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/zenstore/include/zenstore/scrubcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/include/zenstore/scrubcontext.h b/src/zenstore/include/zenstore/scrubcontext.h
index 95775c7b5..8b8ebac3d 100644
--- a/src/zenstore/include/zenstore/scrubcontext.h
+++ b/src/zenstore/include/zenstore/scrubcontext.h
@@ -16,7 +16,7 @@ namespace zen {
class ScrubContext
{
public:
- ScrubContext();
+ ScrubContext();
~ScrubContext();
virtual void ReportBadCidChunks(std::span<IoHash> BadCasChunks) { m_BadCid.AddHashesToSet(BadCasChunks); }