aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.h
diff options
context:
space:
mode:
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.