clang-tidy: fix readability-avoid-const-params-in-decls lints

This commit is contained in:
Ben Boeckel
2022-11-22 13:34:28 -05:00
parent 1ed9974ce5
commit 63453bf4ef

View File

@@ -19,8 +19,7 @@ public:
//! given solution file open. Pass "ALL" for slnFile to call the
//! macro in each Visual Studio instance.
static int CallMacro(const std::string& slnFile, const std::string& macro,
const std::string& args,
const bool logErrorsAsMessages);
const std::string& args, bool logErrorsAsMessages);
//! Count the number of running instances of Visual Studio with the
//! given solution file open. Pass "ALL" for slnFile to count all