Comment deconstructor IfcFile

This commit is contained in:
bimworld
2022-06-07 12:10:48 +02:00
committed by Thomas Krijnen
parent a96bffa341
commit bc734c263e
+1
View File
@@ -175,6 +175,7 @@ public:
IfcFile(IfcParse::IfcSpfStream* f);
IfcFile(const IfcParse::schema_definition* schema = IfcParse::schema_by_name("IFC4"));
/// Deleting the file will also delete all new instances that were added to the file (via memory allocation)
virtual ~IfcFile();
file_open_status good() const { return good_; }