]> granicus.if.org Git - clang/commitdiff
Fix refacto.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 21 Aug 2009 08:22:12 +0000 (08:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 21 Aug 2009 08:22:12 +0000 (08:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79609 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Rewrite/Rewriter.h

index 818a68220096d9b79c27785b4439c16bb9ca7d74..917b7fcf8a66e6fac2d2099bffa08176aa2f37bc 100644 (file)
@@ -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