X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_DistrTable.cxx;h=0b5246735ca3af43fcc843ca7240c489723f235f;hp=2066cac77a02cd2bc0fb54f87bb29523844a8e9a;hb=59627b07d70f4caa4c768be6805334d2610fa54c;hpb=f573f79fc8f2013e495d92f16319b5762e9fb7ae diff --git a/src/StdMeshersGUI/StdMeshersGUI_DistrTable.cxx b/src/StdMeshersGUI/StdMeshersGUI_DistrTable.cxx index 2066cac77..0b5246735 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_DistrTable.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_DistrTable.cxx @@ -574,7 +574,7 @@ StdMeshersGUI_DistrTableFrame:: setData( const DataArray& array ) { QList d; - for ( int i = 0; i < array.length(); i++ ) + for ( CORBA::ULong i = 0; i < array.length(); i++ ) d.append( array[i] ); sortData( d );