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 459f17d3..7d3a067c 100644 --- a/CommandLineInterface.h +++ b/CommandLineInterface.h @@ -58,6 +58,7 @@ private: void handleBinary(std::string const& _contract); void handleOpcode(std::string const& _contract); void handleBytecode(std::string const& _contract); + void handleSignatureHashes(std::string const& _contract); void handleMeta(DocumentationType _type, std::string const& _contract); |