Skip to content

Commit 7ea62e2

Browse files
committed
fixed functionStatic selfcheck warning
1 parent 1da7a5c commit 7ea62e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cppcheckexecutor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class CppCheckExecutor : public ErrorLogger {
158158
* @param settings Settings
159159
* @return Returns true if successful
160160
*/
161-
bool loadAddons(Settings& settings);
161+
static bool loadAddons(Settings& settings);
162162

163163
/**
164164
* @brief Write the checkers report

0 commit comments

Comments
 (0)