Request a flush after processing a function definition.

This commit is contained in:
Roberto Raggi
2010-07-16 17:56:51 +02:00
parent b96df669b1
commit 4ab3e05a12

View File

@@ -542,6 +542,8 @@ bool CheckSymbols::visit(FunctionDefinitionAST *ast)
}
_functionDefinitionStack.removeLast();
flush();
return false;
}