Salome HOME
CEA : Lot 2 - Auto Color for Groups
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Filling.h
index 1d7297309fcc04bfaf28a7107a28d014bf3c61ba..bd083d6bd23e724474e161700aa0eb9a0ae7c0b2 100644 (file)
@@ -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
@@ -171,8 +171,7 @@ private:
   void restoreDefaultParameters();
 
 private:
-  std::shared_ptr<GeomAPI_Pnt> myLastEdgeStartPoint;
-  std::shared_ptr<GeomAPI_Pnt> myLastEdgeEndPoint;
+  std::shared_ptr<GeomAPI_Edge> myLastEdge;
 };
 
 #endif