X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXAO%2FXAO_Group.hxx;h=25c10fec2eaa5790b5451a6b092ba0f60fa1de7c;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=7dfd6f0c57ed2f0148e330dc04227c46d6f7162e;hpb=b12bbd2a734142a2596a91c729b6670060b6b7e9;p=modules%2Fshaper.git diff --git a/src/XAO/XAO_Group.hxx b/src/XAO/XAO_Group.hxx index 7dfd6f0c5..25c10fec2 100644 --- a/src/XAO/XAO_Group.hxx +++ b/src/XAO/XAO_Group.hxx @@ -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(); } /**