Salome HOME
Make XAO GEOM sources up to SALOME 8.2 version
[modules/shaper.git] / src / XAO / XAO_Group.hxx
index 7dfd6f0c57ed2f0148e330dc04227c46d6f7162e..25c10fec2eaa5790b5451a6b092ba0f60fa1de7c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2013-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -93,7 +93,7 @@ namespace XAO
          */
         const int count() const
         {
-            return int(m_elements.size());
+            return m_elements.size();
         }
 
         /**