Fix Cppcheck warning; make ImportProject::FileSettings::parseCommandDefine() static
This commit is contained in:
parent
40963100c4
commit
600637a391
|
@ -79,7 +79,7 @@ public:
|
||||||
void parseCommand(const std::string &command);
|
void parseCommand(const std::string &command);
|
||||||
|
|
||||||
void parseCommandStd(const std::string& command, std::string::size_type *pos, std::string& defs);
|
void parseCommandStd(const std::string& command, std::string::size_type *pos, std::string& defs);
|
||||||
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);
|
||||||
void parseCommandUndefine(const std::string& command, std::string::size_type *pos);
|
void parseCommandUndefine(const std::string& command, std::string::size_type *pos);
|
||||||
void parseCommandInclude(const std::string& command, std::string::size_type *pos);
|
void parseCommandInclude(const std::string& command, std::string::size_type *pos);
|
||||||
void parseCommandSystemInclude(const std::string& command, std::string::size_type *pos);
|
void parseCommandSystemInclude(const std::string& command, std::string::size_type *pos);
|
||||||
|
|
Loading…
Reference in New Issue