aboutsummaryrefslogtreecommitdiffstats
path: root/CommandLineInterface.cpp
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-01-16 18:44:55 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-01-16 19:35:59 +0800
commit78d6e82f37efcc877a0e01d5f63a3e4d33ab0467 (patch)
treef1be119edb785ba8a88412169f0917aa31c85757 /CommandLineInterface.cpp
parentd0f02c28c69b1ce7696670a09835cc7cc173bd03 (diff)
downloaddexon-solidity-78d6e82f37efcc877a0e01d5f63a3e4d33ab0467.tar
dexon-solidity-78d6e82f37efcc877a0e01d5f63a3e4d33ab0467.tar.gz
dexon-solidity-78d6e82f37efcc877a0e01d5f63a3e4d33ab0467.tar.bz2
dexon-solidity-78d6e82f37efcc877a0e01d5f63a3e4d33ab0467.tar.lz
dexon-solidity-78d6e82f37efcc877a0e01d5f63a3e4d33ab0467.tar.xz
dexon-solidity-78d6e82f37efcc877a0e01d5f63a3e4d33ab0467.tar.zst
dexon-solidity-78d6e82f37efcc877a0e01d5f63a3e4d33ab0467.zip
Style fixes and refactoring in ASTJsonConverter
Diffstat (limited to 'CommandLineInterface.cpp')
-rw-r--r--CommandLineInterface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/CommandLineInterface.cpp b/CommandLineInterface.cpp
index 7be27297..3888f231 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)
{