diff options
Diffstat (limited to 'CommandLineInterface.h')
-rw-r--r-- | CommandLineInterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CommandLineInterface.h b/CommandLineInterface.h index 79029f9d..459f17d3 100644 --- a/CommandLineInterface.h +++ b/CommandLineInterface.h @@ -53,6 +53,7 @@ public: void actOnInput(); private: + void handleCombinedJSON(); void handleAst(std::string const& _argStr); void handleBinary(std::string const& _contract); void handleOpcode(std::string const& _contract); |