summaryrefslogtreecommitdiffstats
path: root/src/mgr/MgrSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mgr/MgrSession.h')
-rw-r--r--src/mgr/MgrSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mgr/MgrSession.h b/src/mgr/MgrSession.h
index c52e2e17776..c921ca09ead 100644
--- a/src/mgr/MgrSession.h
+++ b/src/mgr/MgrSession.h
@@ -25,7 +25,7 @@ struct MgrSession : public RefCountedObject {
std::set<std::string> declared_types;
- MgrSession(CephContext *cct) : RefCountedObject(cct, 0) {}
+ explicit MgrSession(CephContext *cct) : RefCountedObject(cct, 0) {}
~MgrSession() override {}
};