aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.h
diff options
context:
space:
mode:
authorAli92hm <ali92hm@gmail.com>2017-07-04 07:46:30 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-09-13 04:51:28 +0800
commit61dabb2f29362728b0b57a73680c23463e0b73f6 (patch)
treecfe032aaea277513c7bc237a347ac208e8e5e071 /solc/CommandLineInterface.h
parent487ade1635699e27cdf9700545257e14ba08cf5e (diff)
downloaddexon-solidity-61dabb2f29362728b0b57a73680c23463e0b73f6.tar
dexon-solidity-61dabb2f29362728b0b57a73680c23463e0b73f6.tar.gz
dexon-solidity-61dabb2f29362728b0b57a73680c23463e0b73f6.tar.bz2
dexon-solidity-61dabb2f29362728b0b57a73680c23463e0b73f6.tar.lz
dexon-solidity-61dabb2f29362728b0b57a73680c23463e0b73f6.tar.xz
dexon-solidity-61dabb2f29362728b0b57a73680c23463e0b73f6.tar.zst
dexon-solidity-61dabb2f29362728b0b57a73680c23463e0b73f6.zip
Added --pretty-json commandline option
Diffstat (limited to 'solc/CommandLineInterface.h')
-rw-r--r--solc/CommandLineInterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/solc/CommandLineInterface.h b/solc/CommandLineInterface.h
index 97cf2183..4768c9d8 100644
--- a/solc/CommandLineInterface.h
+++ b/solc/CommandLineInterface.h
@@ -83,8 +83,8 @@ private:
/// Create a json file in the given directory
/// @arg _fileName the name of the file (the extension will be replaced with .json)
- /// @arg _json to be written
- void createJson(std::string const& _fileName, Json::Value const& _json);
+ /// @arg _json json string to be written
+ void createJson(std::string const& _fileName, std::string const& _json);
bool m_error = false; ///< If true, some error occurred.