mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
Fixes for gcc
This commit is contained in:
@@ -50,7 +50,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcObjectPlacement& inst) {
|
||||
relative_to = inst.PlacementRelTo();
|
||||
#else
|
||||
if (inst.as<IfcSchema::IfcLocalPlacement>()) {
|
||||
relative_to = inst.as<IfcSchema::IfcLocalPlacement>()->PlacementRelTo();
|
||||
relative_to = inst.as<IfcSchema::IfcLocalPlacement>().PlacementRelTo();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user