fix clang-tidy warning, different argument name for declaration and implementation

This commit is contained in:
Daniel Marjamäki 2021-11-05 21:07:18 +01:00
parent ed4d2c21e6
commit 9d1ec2638d
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ private:
public:
Settings();
void loadCppcheckCfg(const std::string &exepath);
void loadCppcheckCfg(const std::string &exename);
/** @brief addons, either filename of python/json file or json data */
std::list<std::string> addons;