X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_CompositeSketch.h;h=72ee31341a4e99caf1a096aef9bf111dd23d303c;hb=e67cf69f6b2813a163ad728b0959f5d1930267da;hp=67fde35a59fc0a08b508aad5419b2d7c653138c4;hpb=97917d3698f5a2f7fc9596e7c755ff8f6751e373;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h b/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h index 67fde35a5..72ee31341 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h +++ b/src/FeaturesPlugin/FeaturesPlugin_CompositeSketch.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2022 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