Skip to content

Commit 9d1ec26

Browse files
committed
fix clang-tidy warning, different argument name for declaration and implementation
1 parent ed4d2c2 commit 9d1ec26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class CPPCHECKLIB Settings : public cppcheck::Platform {
9595
public:
9696
Settings();
9797

98-
void loadCppcheckCfg(const std::string &exepath);
98+
void loadCppcheckCfg(const std::string &exename);
9999

100100
/** @brief addons, either filename of python/json file or json data */
101101
std::list<std::string> addons;

0 commit comments

Comments
 (0)