Reuse TypeOfExpression.

This commit is contained in:
Roberto Raggi
2010-05-17 13:06:49 +02:00
parent 18490596f9
commit 5058dd670a
2 changed files with 3 additions and 4 deletions

View File

@@ -34,6 +34,7 @@
#include "CppDocument.h"
#include "CppBindings.h"
#include "Semantic.h"
#include "TypeOfExpression.h"
#include <ASTVisitor.h>
#include <QtCore/QSet>
@@ -119,6 +120,7 @@ private:
int _inSimpleDeclaration;
bool _inQProperty;
QSet<unsigned> _processed;
TypeOfExpression typeofExpression;
};
} // end of namespace CPlusPlus