We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4096310 commit 600637aCopy full SHA for 600637a
1 file changed
lib/importproject.h
@@ -79,7 +79,7 @@ class CPPCHECKLIB ImportProject {
79
void parseCommand(const std::string &command);
80
81
void parseCommandStd(const std::string& command, std::string::size_type *pos, std::string& defs);
82
- void parseCommandDefine(const std::string& command, std::string::size_type *pos, std::string& defs);
+ static void parseCommandDefine(const std::string& command, std::string::size_type *pos, std::string& defs);
83
void parseCommandUndefine(const std::string& command, std::string::size_type *pos);
84
void parseCommandInclude(const std::string& command, std::string::size_type *pos);
85
void parseCommandSystemInclude(const std::string& command, std::string::size_type *pos);
0 commit comments