From 00fd3dbc1255afea2a615f638d3d4c6b37f07c59 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Wed, 15 Jun 2016 11:31:15 +0200 Subject: [PATCH] FIXUP: cling/lib/Utils/AST.cpp extra ) --- lib/Utils/AST.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Utils/AST.cpp b/lib/Utils/AST.cpp index bb478311..f9e3f8e9 100644 --- a/lib/Utils/AST.cpp +++ b/lib/Utils/AST.cpp @@ -249,7 +249,7 @@ namespace utils { // Keep the argument const to be inline will all the other interfaces // like: NestedNameSpecifier::Create ASTContext &mutableCtx( const_cast(Ctx) ); - arg = TemplateArgument::CreatePackCopy(mutableCtx, desArgs)); + arg = TemplateArgument::CreatePackCopy(mutableCtx, desArgs); } } return changed; @@ -876,7 +876,7 @@ namespace utils { // Keep the argument const to be inline will all the other interfaces // like: NestedNameSpecifier::Create ASTContext &mutableCtx( const_cast(Ctx) ); - arg = TemplateArgument::CreatePackCopy(mutableCtx, desArgs)); + arg = TemplateArgument::CreatePackCopy(mutableCtx, desArgs); } } return changed;