diff options
Diffstat (limited to 'src/shared/cplusplus/Semantic.cpp')
-rw-r--r-- | src/shared/cplusplus/Semantic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cplusplus/Semantic.cpp b/src/shared/cplusplus/Semantic.cpp index 8c01a3ee80..134e6c594a 100644 --- a/src/shared/cplusplus/Semantic.cpp +++ b/src/shared/cplusplus/Semantic.cpp @@ -120,7 +120,7 @@ Semantic::~Semantic() Control *Semantic::control() const { return d->control; } -FullySpecifiedType Semantic::check(SpecifierAST *specifier, Scope *scope) +FullySpecifiedType Semantic::check(SpecifierListAST *specifier, Scope *scope) { return d->checkSpecifier->check(specifier, scope); } void Semantic::check(DeclarationAST *declaration, Scope *scope, TemplateParameters *templateParameters) |