mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
virtual dtor
This commit is contained in:
@@ -102,7 +102,7 @@ struct eigen_base {
|
||||
o << std::endl;
|
||||
}
|
||||
|
||||
~eigen_base() {
|
||||
virtual ~eigen_base() {
|
||||
delete this->components_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user