diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 4a81f71dea..fe2b9de79e 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -782,7 +782,7 @@ public: LookupResult LookupParsedName(Scope *S, const CXXScopeSpec &SS, DeclarationName Name, LookupCriteria Criteria); LookupResult LookupDeclInScope(DeclarationName Name, unsigned NSI, Scope *S, - bool LookInParent = true); + bool LookInParent = true); LookupResult LookupDeclInContext(DeclarationName Name, unsigned NSI, const DeclContext *LookupCtx, bool LookInParent = true); |