mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add virtual destructors on base classes.
This commit is contained in:
@@ -138,6 +138,7 @@ private:
|
||||
class Type: private boost::noncopyable, public std::enable_shared_from_this<Type>
|
||||
{
|
||||
public:
|
||||
virtual ~Type() = default;
|
||||
enum class Category
|
||||
{
|
||||
Integer, RationalNumber, StringLiteral, Bool, FixedPoint, Array,
|
||||
|
||||
Reference in New Issue
Block a user