From 78d6e82f37efcc877a0e01d5f63a3e4d33ab0467 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Fri, 16 Jan 2015 11:44:55 +0100 Subject: [PATCH] Style fixes and refactoring in ASTJsonConverter --- CommandLineInterface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CommandLineInterface.cpp b/CommandLineInterface.cpp index 7be27297a..3888f2314 100644 --- a/CommandLineInterface.cpp +++ b/CommandLineInterface.cpp @@ -344,10 +344,10 @@ bool CommandLineInterface::processInput() return true; } -void CommandLineInterface::handleAst(std::string const& _argStr) +void CommandLineInterface::handleAst(string const& _argStr) { - std::string title; - std::string suffix; + string title; + string suffix; if (_argStr == g_argAstStr) {