Fix : Change wrong namespace

This commit is contained in:
Balleux Benjamin
2017-05-11 13:27:00 +02:00
parent ef0e9d9eb4
commit 4f6e8a7d56
+2 -2
View File
@@ -141,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;