X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_ExternalPointsMgr.cpp;h=72c720a3ad53079be4fa7ebe75acb4fa0f74c3de;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=b28d5dd46277c478c7a054ea25d84d9545614e03;hpb=1fd15bed1c62f994a3438bc4a12f44d0361f98c9;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_ExternalPointsMgr.cpp b/src/PartSet/PartSet_ExternalPointsMgr.cpp index b28d5dd46..72c720a3a 100644 --- a/src/PartSet/PartSet_ExternalPointsMgr.cpp +++ b/src/PartSet/PartSet_ExternalPointsMgr.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2021 CEA/DEN, EDF R&D +// Copyright (C) 2017-2023 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 @@ -44,6 +44,10 @@ #include #include +#ifdef WIN32 +#pragma warning(disable : 4456) // for nested foreach +#endif + PartSet_ExternalPointsMgr::PartSet_ExternalPointsMgr(ModuleBase_IWorkshop* theWorkshop, const CompositeFeaturePtr& theSketch) : QObject(theWorkshop), myWorkshop(theWorkshop), mySketch(theSketch)