summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_reshard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_reshard.h')
-rw-r--r--src/rgw/rgw_reshard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_reshard.h b/src/rgw/rgw_reshard.h
index 6fe43129906..3e45625d971 100644
--- a/src/rgw/rgw_reshard.h
+++ b/src/rgw/rgw_reshard.h
@@ -112,7 +112,7 @@ class RGWReshardWait {
int do_wait();
public:
- RGWReshardWait(RGWRados *_store) : store(_store) {}
+ explicit RGWReshardWait(RGWRados *_store) : store(_store) {}
~RGWReshardWait() {
assert(going_down);
}