Fix : change wrong namespace

This commit is contained in:
Balleux Benjamin
2017-05-11 14:02:34 +02:00
parent 93ece6b3ea
commit ff64ce1e0e
+2 -3
View File
@@ -44,7 +44,6 @@
#include "../ifcgeom/IfcGeomIterator.h"
#include "../ifcconvert/GeometrySerializer.h"
#include "../ifcparse/Ifc2x3.h"
class ColladaSerializer : public GeometrySerializer
{
@@ -142,8 +141,8 @@ private:
else
{
// Retrieve the IfcBuildingStorey
Ifc2x3::IfcBuildingStorey* storey1 = (Ifc2x3::IfcBuildingStorey*)parent1->product();
Ifc2x3::IfcBuildingStorey* storey2 = (Ifc2x3::IfcBuildingStorey*)parent2->product();
IfcSchema::IfcBuildingStorey* storey1 = (IfcSchema::IfcBuildingStorey*)parent1->product();
IfcSchema::IfcBuildingStorey* storey2 = (IfcSchema::IfcBuildingStorey*)parent2->product();
bool res = true;