Fix build with Boost 1.58.0. Patch by stinkfist0. Thanks.

This commit is contained in:
Thomas Krijnen
2015-07-09 13:23:40 +00:00
parent 92bc7b13cb
commit 78f4d7d592
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -637,7 +637,7 @@ IfcSchema::IfcProductDefinitionShape* IfcGeom::tesselate(TopoDS_Shape& shape, do
0, std::string("Facetation"), std::string("SurfaceModel"), items);
reps->push(rep);
IfcSchema::IfcProductDefinitionShape* shapedef = new IfcSchema::IfcProductDefinitionShape(0, 0, reps);
IfcSchema::IfcProductDefinitionShape* shapedef = new IfcSchema::IfcProductDefinitionShape(boost::none, boost::none, reps);
es->push(shell);
es->push(surface_model);