summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckStatement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/cplusplus/CheckStatement.h')
-rw-r--r--src/shared/cplusplus/CheckStatement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/CheckStatement.h b/src/shared/cplusplus/CheckStatement.h
index b13204fba9..3f96a14fdf 100644
--- a/src/shared/cplusplus/CheckStatement.h
+++ b/src/shared/cplusplus/CheckStatement.h
@@ -92,6 +92,7 @@ protected:
virtual bool visit(QtMemberDeclarationAST *ast);
bool forEachFastEnum(unsigned firstToken,
+ unsigned lparen,
unsigned lastToken,
SpecifierListAST *type_specifier_list,
DeclaratorAST *declarator,