stub: fixes after data model changes

This commit is contained in:
Andrej730
2026-07-24 19:17:24 +05:00
parent 9a62bf3c11
commit 2b7f55c1a0
6 changed files with 103 additions and 121 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class IFC_PARSE_API spf_header {
std::array<shared_pointer_type, 3> header_entities_;
public:
explicit spf_header(ifcopenshell::file* file = nullptr, ::logger& logger = ::logger::root());
explicit spf_header(ifcopenshell::file* file = nullptr, ::logger* logger = nullptr);
~spf_header();
void write(std::ostream& stream) const;