X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSelector%2FSelector_AlgoWithSubs.cpp;h=d7860b5a1bcc2a5caae39a5fbaba3523908aa4bd;hb=97917d3698f5a2f7fc9596e7c755ff8f6751e373;hp=32229e516e66e0564d283f8505349b17cfdd820f;hpb=ed0ebfede542d5502a6c22cf5d1f79f4bbe8b8b0;p=modules%2Fshaper.git diff --git a/src/Selector/Selector_AlgoWithSubs.cpp b/src/Selector/Selector_AlgoWithSubs.cpp index 32229e516..d7860b5a1 100644 --- a/src/Selector/Selector_AlgoWithSubs.cpp +++ b/src/Selector/Selector_AlgoWithSubs.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #include @@ -53,7 +52,7 @@ bool Selector_AlgoWithSubs::append(Selector_Algo* theAlgo, const bool theEraseIf return false; } -const std::list& Selector_AlgoWithSubs::list() const +std::list& Selector_AlgoWithSubs::list() { return mySubSelList; }