diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-12-11 02:42:07 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-12-11 02:42:07 +0000 |
commit | 03981014e4f0c3b4e935872dda96a28c2f1874ea (patch) | |
tree | 98eeb16d651eae55f031af62afba82b528c58840 /lib/Sema/SemaInit.h | |
parent | d7533ec10b618d360eb8952e62edb5657199acd3 (diff) |
Fix a recent regression from the initialization changes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaInit.h')
-rw-r--r-- | lib/Sema/SemaInit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaInit.h b/lib/Sema/SemaInit.h index debb0deadd..a29159ace5 100644 --- a/lib/Sema/SemaInit.h +++ b/lib/Sema/SemaInit.h @@ -511,7 +511,7 @@ public: /// \brief Add a new step invoking a conversion function, which is either /// a constructor or a conversion function. - void AddUserConversionStep(FunctionDecl *Function); + void AddUserConversionStep(FunctionDecl *Function, QualType T); /// \brief Add a new step that performs a qualification conversion to the /// given type. |