forked from qt-creator/qt-creator
Renamed DeclaratorAST::equals_token
This commit is contained in:
@@ -1737,7 +1737,7 @@ bool Bind::visit(SimpleDeclarationAST *ast)
|
||||
if (Function *funTy = decl->type()->asFunctionType()) {
|
||||
funTy->setMethodKey(_methodKey);
|
||||
|
||||
if (funTy->isVirtual() && it->value->equals_token)
|
||||
if (funTy->isVirtual() && it->value->equal_token)
|
||||
funTy->setPureVirtual(true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user