From e421d32147c867e326fbf036781f57c873f7056e Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Tue, 30 Mar 2010 16:52:20 +0200 Subject: Postpone the parsing of function definitions. --- src/shared/cplusplus/CheckDeclaration.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/cplusplus/CheckDeclaration.h') diff --git a/src/shared/cplusplus/CheckDeclaration.h b/src/shared/cplusplus/CheckDeclaration.h index d2977a51f0..d9d8cb0170 100644 --- a/src/shared/cplusplus/CheckDeclaration.h +++ b/src/shared/cplusplus/CheckDeclaration.h @@ -62,6 +62,7 @@ public: virtual ~CheckDeclaration(); void check(DeclarationAST *declaration, Scope *scope, TemplateParameters *templateParameters); + void check(CtorInitializerAST *ast, Scope *scope); protected: DeclarationAST *switchDeclaration(DeclarationAST *declaration); -- cgit v1.2.1