mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 13:48:03 +00:00
stub: fixes after data model changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user