mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Compilation error
This commit is contained in:
@@ -337,7 +337,7 @@ namespace {
|
||||
#else
|
||||
auto styles = si->Styles();
|
||||
#endif
|
||||
for (aggregate_of_instance::it lt = styles->begin(); lt != styles->end(); ++lt) {
|
||||
for (auto lt = styles->begin(); lt != styles->end(); ++lt) {
|
||||
IfcUtil::IfcBaseClass* style = *lt;
|
||||
if (style->declaration().is(IfcSchema::IfcSurfaceStyle::Class())) {
|
||||
IfcSchema::IfcSurfaceStyle* surface_style = (IfcSchema::IfcSurfaceStyle*) style;
|
||||
|
||||
Reference in New Issue
Block a user