aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityABIJSON.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SolidityABIJSON.cpp')
-rw-r--r--SolidityABIJSON.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/SolidityABIJSON.cpp b/SolidityABIJSON.cpp
index 892b71f1..4a44ebb8 100644
--- a/SolidityABIJSON.cpp
+++ b/SolidityABIJSON.cpp
@@ -35,6 +35,8 @@ namespace test
class InterfaceChecker
{
public:
+ InterfaceChecker(): m_compilerStack(false) {}
+
void checkInterface(std::string const& _code, std::string const& _expectedInterfaceString)
{
try