fix clang-tidy warning, different argument name for declaration and implementation
This commit is contained in:
parent
ed4d2c21e6
commit
9d1ec2638d
|
@ -95,7 +95,7 @@ private:
|
||||||
public:
|
public:
|
||||||
Settings();
|
Settings();
|
||||||
|
|
||||||
void loadCppcheckCfg(const std::string &exepath);
|
void loadCppcheckCfg(const std::string &exename);
|
||||||
|
|
||||||
/** @brief addons, either filename of python/json file or json data */
|
/** @brief addons, either filename of python/json file or json data */
|
||||||
std::list<std::string> addons;
|
std::list<std::string> addons;
|
||||||
|
|
Loading…
Reference in New Issue