We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4d2c2 commit 9d1ec26Copy full SHA for 9d1ec26
1 file changed
lib/settings.h
@@ -95,7 +95,7 @@ class CPPCHECKLIB Settings : public cppcheck::Platform {
95
public:
96
Settings();
97
98
- void loadCppcheckCfg(const std::string &exepath);
+ void loadCppcheckCfg(const std::string &exename);
99
100
/** @brief addons, either filename of python/json file or json data */
101
std::list<std::string> addons;
0 commit comments