diff options
-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 a756bb44b6..473f2c2820 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -1045,7 +1045,7 @@ public: bool PartialOverloading = false); OwningExprResult BuildOverloadedCallExpr(Expr *Fn, - UnresolvedLookupExpr *Fn, + UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation *CommaLocs, |