0024171: Eliminate CLang compiler warning -Wreorder
[occt.git] / src / BRepMesh / BRepMesh_Triangle.hxx
index d9ac741..acd0815 100644 (file)
@@ -77,10 +77,10 @@ public:
 private:
 
   Standard_Integer          myEdge1;
-  Standard_Boolean          myOrientation1;
   Standard_Integer          myEdge2;
-  Standard_Boolean          myOrientation2;
   Standard_Integer          myEdge3;
+  Standard_Boolean          myOrientation1;
+  Standard_Boolean          myOrientation2;
   Standard_Boolean          myOrientation3;
   BRepMesh_DegreeOfFreedom  myMovability;
 };