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
+2 -1
View File
@@ -199,7 +199,6 @@ private:
double ifc_planeangle_unit;
double modelling_precision;
double dimensionality;
faceset_helper* faceset_helper_;
#ifndef NO_CACHE
MAKE_TYPE_NAME(Cache) cache;
@@ -212,6 +211,8 @@ private:
// For stopping PlacementRelTo recursion in convert(const IfcSchema::IfcObjectPlacement* l, gp_Trsf& trsf)
const IfcParse::declaration* placement_rel_to;
faceset_helper* faceset_helper_;
public:
MAKE_TYPE_NAME(Kernel)()
: IfcGeom::Kernel(0)