Fixed Cppcheck warning, method can be static

This commit is contained in:
Daniel Marjamäki 2013-06-01 14:06:48 +02:00
parent a7da65a40b
commit 785d54046f
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ public:
private:
bool isArrayOfStruct(const Token* tok, int &position);
static bool isArrayOfStruct(const Token* tok, int &position);
void arrayIndexOutOfBoundsError(const std::list<const Token *> &callstack, const ArrayInfo &arrayInfo, const std::vector<MathLib::bigint> &index);
void bufferOverrunError(const Token *tok, const std::string &varnames = "");
void bufferOverrunError(const std::list<const Token *> &callstack, const std::string &varnames = "");