mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Address conflicts in ifcparse
This commit is contained in:
@@ -339,7 +339,7 @@ namespace IfcParse {
|
||||
index = std::distance(current->attributes().begin(), it);
|
||||
}
|
||||
}
|
||||
} while (current = current->supertype_);
|
||||
} while ((current = current->supertype_));
|
||||
return index;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user