Add virtual destructors on base classes.

This commit is contained in:
Alexander Arlt
2018-05-02 13:29:16 +02:00
parent 5cce2e552b
commit f94b793472
11 changed files with 19 additions and 0 deletions
+1
View File
@@ -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,