]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/CollectionPlugin/CollectionPlugin_Group.cpp
Salome HOME
Fix obvious warnings
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_Group.cpp
index 4252a1f808f903ce5b8f0ec07391c4d298be02b2..2a083360ea5270ebf1b52a2b4591e70f49068dca 100644 (file)
@@ -137,7 +137,7 @@ bool CollectionPlugin_Group::customAction(const std::string& theActionId)
           }
           aFathers[anAttr->contextObject()] = anObj;
           if (aFatherGroup.find(anObj) == aFatherGroup.end()) {
-            int aSize = aFatherGroup.size();
+            int aSize = (int)aFatherGroup.size();
             aFatherGroup[anObj] = aSize; // the first is zero
           }
         }