X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FDriverMED%2FDriverMED_W_SMESHDS_Mesh.cxx;fp=src%2FDriverMED%2FDriverMED_W_SMESHDS_Mesh.cxx;h=b0d98d2c32c3263529502975c9c892518c4910fe;hp=e7739b177ba433cff0ea87e4048a89c372dc8748;hb=4ba3c7cda8107895fea66822ea93d03bbfc2e218;hpb=04f422caebc57d58ee682a5ef9d1809325c3ba71 diff --git a/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx b/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx index e7739b177..b0d98d2c3 100644 --- a/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx +++ b/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx @@ -786,7 +786,7 @@ Driver_Mesh::Status DriverMED_W_SMESHDS_Mesh::Perform() // iterator on elements of a current type SMDS_ElemIteratorPtr elemIterator; - int iElem = 0; + TInt iElem = 0; // Treat POLYGONs // ---------------