Compilation fixes

This commit is contained in:
Thomas Krijnen
2026-04-09 16:18:53 +02:00
parent 7d6c6bd523
commit becd38c77d
12 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ class IFC_PARSE_API spf_header {
void write(std::ostream& stream) const;
ifcopenshell::file* file() { return file_; }
void file(ifcopenshell::file* owner_file);
ifcopenshell::file* owner_file() { return file_; }
void owner_file(ifcopenshell::file* file);
void set_file_description(const std::shared_ptr<instance_data>& description_data);
void set_file_name(const std::shared_ptr<instance_data>& name_data);