Salome HOME
Adjust unit tests for Boolean Fill
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.h
index a9f59d31de4f1c92c91e9afe33f1ec29e4bfe7e4..f983ec3270015565d858b96836e67beecd008c14 100644 (file)
@@ -223,7 +223,7 @@ private:
   /*std::shared_ptr<GeomAPI_Vertex> createByDistanceOnEdge();
   std::shared_ptr<GeomAPI_Vertex> createByProjection();
   std::shared_ptr<GeomAPI_Vertex> createByLinesIntersection();*/
-  std::shared_ptr<GeomAPI_Vertex> createByLineAndPlaneIntersection();
+  std::list<std::shared_ptr<GeomAPI_Vertex> > createByLineAndPlaneIntersection();
 
 };