diff options
author | Alexander Arlt <alexander.arlt@arlt-labs.com> | 2018-05-02 19:29:16 +0800 |
---|---|---|
committer | Alexander Arlt <alexander.arlt@arlt-labs.com> | 2018-05-02 19:29:16 +0800 |
commit | f94b793472a8427e0507862cd5595cc92e70f53c (patch) | |
tree | b017d487890f286a05e5cfe97215f5e2a3985bb8 /test/ExecutionFramework.h | |
parent | 5cce2e552baf1f7431c99500da74cb929360c3b8 (diff) | |
download | dexon-solidity-f94b793472a8427e0507862cd5595cc92e70f53c.tar.gz dexon-solidity-f94b793472a8427e0507862cd5595cc92e70f53c.tar.zst dexon-solidity-f94b793472a8427e0507862cd5595cc92e70f53c.zip |
Add virtual destructors on base classes.
Diffstat (limited to 'test/ExecutionFramework.h')
-rw-r--r-- | test/ExecutionFramework.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ExecutionFramework.h b/test/ExecutionFramework.h index ee8da322..4525cbf9 100644 --- a/test/ExecutionFramework.h +++ b/test/ExecutionFramework.h @@ -53,6 +53,7 @@ class ExecutionFramework public: ExecutionFramework(); + virtual ~ExecutionFramework() = default; virtual bytes const& compileAndRunWithoutCheck( std::string const& _sourceCode, |