diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 15:30:16 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 16:20:13 +0100 |
commit | 4fc2ccf0c5af6d93b1edca95518043b84e342c67 (patch) | |
tree | cc2010cdaa07a3cdbf619de19edc8e9646339605 /src/shared/cplusplus/Semantic.h | |
parent | 1fb33e9fad0d65fb2259fb603f61bc255f19b70f (diff) | |
download | qt-creator-4fc2ccf0c5af6d93b1edca95518043b84e342c67.tar.gz |
Cleanup ptr operators.
Diffstat (limited to 'src/shared/cplusplus/Semantic.h')
-rw-r--r-- | src/shared/cplusplus/Semantic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cplusplus/Semantic.h b/src/shared/cplusplus/Semantic.h index b42b13efed..3e2d8c4bac 100644 --- a/src/shared/cplusplus/Semantic.h +++ b/src/shared/cplusplus/Semantic.h @@ -71,7 +71,7 @@ public: FullySpecifiedType check(DeclaratorAST *declarator, FullySpecifiedType type, Scope *scope, Name **name = 0); // ### ugly - FullySpecifiedType check(PtrOperatorAST *ptrOperators, FullySpecifiedType type, + FullySpecifiedType check(PtrOperatorListAST *ptrOperators, FullySpecifiedType type, Scope *scope); FullySpecifiedType check(ObjCMethodPrototypeAST *methodPrototype, Scope *scope); |