summaryrefslogtreecommitdiffstats
path: root/src/mgr/PyModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mgr/PyModule.h')
-rw-r--r--src/mgr/PyModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mgr/PyModule.h b/src/mgr/PyModule.h
index d9ce1695609..fa8ab77fd46 100644
--- a/src/mgr/PyModule.h
+++ b/src/mgr/PyModule.h
@@ -94,7 +94,7 @@ public:
PyObject *pClass = nullptr;
PyObject *pStandbyClass = nullptr;
- PyModule(const std::string &module_name_)
+ explicit PyModule(const std::string &module_name_)
: module_name(module_name_)
{
}