diff --git a/src/ifcgeom/IfcGeomElement.h b/src/ifcgeom/IfcGeomElement.h index b363c38e1a..35477316ff 100644 --- a/src/ifcgeom/IfcGeomElement.h +++ b/src/ifcgeom/IfcGeomElement.h @@ -129,9 +129,9 @@ namespace IfcGeom { const boost::shared_ptr< Representation::Triangulation
>& geometry_pointer() const { return _geometry; } TriangulationElement(const BRepElement
& shape_model) : Element
(shape_model)
- , _geometry(boost::shared_ptr (shape_model.geometry())))
+ , _geometry(boost::shared_ptr (shape_model.geometry())))
{}
- TriangulationElement(const Element & element, const boost::shared_ptr & element, const boost::shared_ptr (element)
, _geometry(geometry)
{}