mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
clang-tidy: fix readability-avoid-const-params-in-decls lints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user