Fixed cppcheck warnings: Removed extra 'Token::' from statement
This commit is contained in:
parent
8e711b7925
commit
a3f177fc97
|
@ -172,7 +172,7 @@ public:
|
|||
}
|
||||
bool isExtendedOp() const
|
||||
{
|
||||
return isOp() || Token::Match(this, "[,[]()?:]");
|
||||
return isOp() || Match(this, "[,[]()?:]");
|
||||
}
|
||||
bool isBoolean() const
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue