Fix some warnings

This commit is contained in:
Thomas Krijnen
2018-12-12 16:26:49 +01:00
parent 0c8e9e7040
commit f526277a7d
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -28,10 +28,10 @@
namespace IfcGeom {
class IFC_GEOM_API IfcRepresentationShapeItem {
private:
int id;
gp_GTrsf placement;
TopoDS_Shape shape;
const SurfaceStyle* style;
int id;
public:
IfcRepresentationShapeItem(int id, const gp_GTrsf& placement, const TopoDS_Shape& shape, const SurfaceStyle* style)
: id(id), placement(placement), shape(shape), style(style) {}