Ensure the chunks are completed.

This commit is contained in:
Roberto Raggi
2010-07-15 13:41:51 +02:00
parent 0d163379df
commit 9318ff735c
2 changed files with 16 additions and 3 deletions

View File

@@ -119,6 +119,8 @@ private:
QList<ScopedSymbol *> _scopes;
QList<TemplateDeclarationAST *> _templateDeclarationStack;
QVector<Use> _typeUsages;
bool _flushRequested;
unsigned _flushLine;
};
} // end of namespace CPlusPlus