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 1dd4ec4fa8..c2ea233d69 100644 --- a/src/shared/cplusplus/Semantic.cpp +++ b/src/shared/cplusplus/Semantic.cpp @@ -123,7 +123,7 @@ Control *Semantic::control() const FullySpecifiedType Semantic::check(SpecifierAST *specifier, Scope *scope) { return d->checkSpecifier->check(specifier, scope); } -void Semantic::check(DeclarationAST *declaration, Scope *scope, Scope *templateParameters) +void Semantic::check(DeclarationAST *declaration, Scope *scope, TemplateParameters *templateParameters) { d->checkDeclaration->check(declaration, scope, templateParameters); } FullySpecifiedType Semantic::check(DeclaratorAST *declarator, FullySpecifiedType type, |