From: Daniel Dunbar Date: Fri, 21 Aug 2009 08:22:12 +0000 (+0000) Subject: Fix refacto. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cd830be364eaf98d9c9279e0d58b52dcde614c5;p=clang Fix refacto. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79609 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Rewrite/Rewriter.h b/include/clang/Rewrite/Rewriter.h index 818a682200..917b7fcf8a 100644 --- a/include/clang/Rewrite/Rewriter.h +++ b/include/clang/Rewrite/Rewriter.h @@ -167,7 +167,7 @@ public: /// inserted after any other text that has been previously inserted /// at the some point (the default behavior for InsertText). bool InsertTextAfter(SourceLocation Loc, const llvm::StringRef &Str) { - return InsertText(Loc, Str, false); + return InsertText(Loc, Str); } /// InsertText - Insert the specified string at the specified location in the