Left-overs after merge

This commit is contained in:
Thomas Krijnen
2025-08-26 10:20:08 +02:00
parent e920379ca3
commit 862aa71a77
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ namespace IfcParse {
void push(IfcUtil::IfcBaseClass* inst);
IfcEntityInstanceData construct(int name, unresolved_references& references_to_resolve, const IfcParse::declaration* decl, boost::optional<size_t> expected_size);
IfcEntityInstanceData construct(int name, unresolved_references& references_to_resolve, const IfcParse::declaration* decl, boost::optional<size_t> expected_size, int resolve_reference_index);
};
namespace impl {