Salome HOME
Fix for the issue #1755 : for now the sketch solver receives all modified entities...
[modules/shaper.git] / src / XAO / XAO_Group.hxx
index 4f0115403fba3e29b7badbbbecf2e9ba7f82d9f3..7dfd6f0c57ed2f0148e330dc04227c46d6f7162e 100644 (file)
@@ -93,7 +93,7 @@ namespace XAO
          */
         const int count() const
         {
-            return m_elements.size();
+            return int(m_elements.size());
         }
 
         /**