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 7d3a067c..46b9b1e2 100644 --- a/CommandLineInterface.h +++ b/CommandLineInterface.h @@ -61,6 +61,7 @@ private: void handleSignatureHashes(std::string const& _contract); void handleMeta(DocumentationType _type, std::string const& _contract); + void handleGasEstimation(std::string const& _contract); /// Compiler arguments variable map boost::program_options::variables_map m_args; |