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
+1 -1
View File
@@ -56,7 +56,7 @@ void spf_header::write(std::ostream& out) const {
<< "\n";
}
void ifcopenshell::spf_header::file(ifcopenshell::file* file) {
void ifcopenshell::spf_header::owner_file(ifcopenshell::file* file) {
file_ = file;
}