From cffd2657a8742c108e26cb72671a6d187fa0a975 Mon Sep 17 00:00:00 2001 From: Christian Rink Date: Mon, 24 Jun 2024 15:12:51 +0200 Subject: [PATCH] megalinter failure. --- CZICheck/cmdlineoptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CZICheck/cmdlineoptions.cpp b/CZICheck/cmdlineoptions.cpp index b88003b..6605b8f 100644 --- a/CZICheck/cmdlineoptions.cpp +++ b/CZICheck/cmdlineoptions.cpp @@ -74,7 +74,7 @@ CCmdLineOptions::ParseResult CCmdLineOptions::Parse(int argc, char** argv) struct BooleanArgumentValidator : public CLI::Validator { - BooleanArgumentValidator(const std::string& argument_key) + explicit BooleanArgumentValidator(const std::string& argument_key) { this->func_ = [argument_key](const std::string& str) -> string {