summaryrefslogtreecommitdiffstats
path: root/msl_verify.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'msl_verify.hpp')
-rw-r--r--msl_verify.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/msl_verify.hpp b/msl_verify.hpp
index 59f40173e..d3015d933 100644
--- a/msl_verify.hpp
+++ b/msl_verify.hpp
@@ -25,7 +25,7 @@ class MinimumShipLevel
/** @brief Constructs MinimumShipLevel.
* @param[in] minShipLevel - Minimum Ship Level string
*/
- MinimumShipLevel(const std::string& minShipLevel) :
+ explicit MinimumShipLevel(const std::string& minShipLevel) :
minShipLevel(minShipLevel){};
/** @brief Verify if the current PNOR version meets the min ship level
OpenPOWER on IntegriCloud