]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/XAOPlugin/XAOPlugin_IOperations_i.cc
Salome HOME
GPUSPHGUI: add an option to Offset Surface opreation
[modules/geom.git] / src / XAOPlugin / XAOPlugin_IOperations_i.cc
index 20581c9b95be4439b166dd7f11a376e0837a2b18..76ea046e0737b57f6944981b20ab50de1cb57404 100644 (file)
@@ -74,7 +74,7 @@ CORBA::Boolean XAOPlugin_IOperations_i::ExportXAO( GEOM::GEOM_Object_ptr shape,
   Handle(GEOM_Object) reference = GetObjectImpl( shape );
 
   // Get the reference groups
-  int ind = 0;
+  CORBA::ULong ind = 0;
   std::list<Handle(GEOM_Object)> groupsObj;
   for (; ind < groups.length(); ind++)
   {