From 220e7cad5da70d10b87a489eed537e9e7028c25f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 24 Jan 2017 18:42:44 +0330 Subject: fixed the defects --- mutator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mutator.cpp') diff --git a/mutator.cpp b/mutator.cpp index dafb94a..19dd13d 100644 --- a/mutator.cpp +++ b/mutator.cpp @@ -402,7 +402,7 @@ public: int RangeSize [[maybe_unused]] = Rewrite.getRangeSize(SR, opts); #if 1 - Rewrite.InsertText(SBSL, "{\n", "true", "true"); + Rewrite.InsertText(SBSL, "{\n", true, true); Rewrite.InsertTextAfterToken(SL.getLocWithOffset(RangeSize), "\n}"); #endif } @@ -444,7 +444,7 @@ public: int RangeSize [[maybe_unused]] = Rewrite.getRangeSize(SR, opts); #if 1 - Rewrite.InsertText(CSL, "{\n", "true", "true"); + Rewrite.InsertText(CSL, "{\n", true, true); Rewrite.InsertTextAfterToken(SL.getLocWithOffset(RangeSize), "\n}"); #endif } -- cgit v1.2.3