X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_CompositeSketch.h;h=72413a03f5c9c3e226b4ab5914ee085a98816c4c;hb=dd140b9ea4a1563b93cd088b3d601e4adc074608;hp=b42a2a64d10480744430aa20420f069981755dc0;hpb=50a8df0c6a66da8067b16155e5ae39f8f26a7ebc;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h b/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h index b42a2a64d..72413a03f 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h +++ b/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2020 CEA/DEN, EDF R&D +// Copyright (C) 2014-2021 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 @@ -99,6 +99,8 @@ protected: const ListOfShape& theShapes, const std::string theName); +private: + std::string myCurrentSelectionType; //< type of selection (vertex, edge or face) }; #endif