Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aothms committed Jun 22, 2023
1 parent 3decb48 commit a0f68ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ifcgeom/IfcGeom.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class IFC_GEOM_API MAKE_TYPE_NAME(Kernel) : public IfcGeom::Kernel {
if (surface_style->Side() != IfcSchema::IfcSurfaceSide::IfcSurfaceSide_NEGATIVE) {
auto styles_elements = surface_style->Styles();
for (auto mt = styles_elements->begin(); mt != styles_elements->end(); ++mt) {
if ((*mt)->template as<T>())) {
if ((*mt)->template as<T>()) {
return std::make_pair(surface_style, (*mt)->as<T>());
}
}
Expand Down

0 comments on commit a0f68ba

Please sign in to comment.