From bc734c263e5c9d2dfe7553443d8c269416cd42d7 Mon Sep 17 00:00:00 2001 From: bimworld <60388452+bimworld@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:10:48 +0200 Subject: [PATCH] Comment deconstructor IfcFile --- src/ifcparse/IfcFile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcparse/IfcFile.h b/src/ifcparse/IfcFile.h index 9cddf017cd..f915059168 100644 --- a/src/ifcparse/IfcFile.h +++ b/src/ifcparse/IfcFile.h @@ -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_; }