Fix refacto.

llvm-svn: 79609
This commit is contained in:
Daniel Dunbar 2009-08-21 08:22:12 +00:00
parent 84d3389d7d
commit b3252cc860
1 changed files with 1 additions and 1 deletions

View 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