summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTMatcher.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-11-13 10:01:41 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2009-11-13 10:01:41 +0100
commit261b8700343980b7da17eed3d00779b44e67e64c (patch)
tree1c8d8a1fa4ea5751f2f35ce6fea651b3a0f34d65 /src/shared/cplusplus/ASTMatcher.h
parenta9ded4bd9891c395072f908bc821def1cd8def38 (diff)
downloadqt-creator-261b8700343980b7da17eed3d00779b44e67e64c.tar.gz
Fixed the coding style.
Diffstat (limited to 'src/shared/cplusplus/ASTMatcher.h')
-rw-r--r--src/shared/cplusplus/ASTMatcher.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared/cplusplus/ASTMatcher.h b/src/shared/cplusplus/ASTMatcher.h
index 171f8a56e0..25df0d5646 100644
--- a/src/shared/cplusplus/ASTMatcher.h
+++ b/src/shared/cplusplus/ASTMatcher.h
@@ -63,7 +63,9 @@ public:
void getTokenStartPosition(unsigned index, unsigned *line, unsigned *column) const;
- void getTokenEndPosition(unsigned index, unsigned *line, unsigned *column) const; virtual bool match(AccessDeclarationAST *node, AccessDeclarationAST *pattern);
+ void getTokenEndPosition(unsigned index, unsigned *line, unsigned *column) const;
+
+ virtual bool match(AccessDeclarationAST *node, AccessDeclarationAST *pattern);
virtual bool match(ArrayAccessAST *node, ArrayAccessAST *pattern);
virtual bool match(ArrayDeclaratorAST *node, ArrayDeclaratorAST *pattern);
virtual bool match(ArrayInitializerAST *node, ArrayInitializerAST *pattern);