]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/XAO/XAO_Group.cxx
Salome HOME
Fix some compilation warnings
[modules/geom.git] / src / XAO / XAO_Group.cxx
index c2799c55907823a8acd819d30a2f1a7a24dbc950..3ca39684c90763ad92a34c15d346f04184a29158 100644 (file)
@@ -43,7 +43,7 @@ Group::~Group()
 void Group::checkIndex(const int& element)
 throw (XAO_Exception)
 {
-    if (element < m_elements.size() && element >= 0)
+  if (element < (int)m_elements.size() && element >= 0)
         return;
 
     throw XAO_Exception(MsgBuilder() << "Index of element is out of range [0, "