Commit 8bc88a49 authored by Alexander Barkov's avatar Alexander Barkov

Fixing a warning: ‘class Type_all_attributes’ has ... non-virtual destructor

parent 746f794c
......@@ -465,6 +465,7 @@ class Type_all_attributes: public Type_std_attributes
Type_all_attributes(const Type_all_attributes *other)
:Type_std_attributes(other)
{ }
virtual ~Type_all_attributes() {}
// Returns total number of decimal digits
virtual uint decimal_precision() const= 0;
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment