mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
~collection()
This commit is contained in:
@@ -375,6 +375,12 @@ struct collection : public geom_item {
|
||||
c->print(o, indent + 4);
|
||||
}
|
||||
}
|
||||
|
||||
virtual ~collection() {
|
||||
for (auto& c : children) {
|
||||
delete c;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
struct shell : public collection {
|
||||
|
||||
Reference in New Issue
Block a user