diff options
Diffstat (limited to 'CommandLineInterface.h')
-rw-r--r-- | CommandLineInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandLineInterface.h b/CommandLineInterface.h index 7e3ad250..9dfee719 100644 --- a/CommandLineInterface.h +++ b/CommandLineInterface.h @@ -56,7 +56,7 @@ private: void handleBinary(std::string const& _contract); void handleOpcode(std::string const& _contract); void handleBytecode(std::string const& _contract); - void handleJson(DocumentationType _type, + void handleMeta(DocumentationType _type, std::string const& _contract); /// Compiler arguments variable map |