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