Salome HOME
Angle presentation from NewGEOM_2.0.0. It is moved here to prepare a patch for OCCT...
[modules/shaper.git] / src / SketchSolver / SolveSpaceSolver / SolveSpaceSolver_EntityWrapper.cpp
index bd6f616764c35dd0d3ed9bae0c6ee02380861783..38ca452a447b52009fdbae1c793537fbbe5cba8e 100644 (file)
@@ -21,13 +21,13 @@ SolveSpaceSolver_EntityWrapper::SolveSpaceSolver_EntityWrapper(
 }
 
 SolveSpaceSolver_EntityWrapper::SolveSpaceSolver_EntityWrapper(
-    const std::shared_ptr<SketchPlugin_Point> theFeature,
-    const AttributePtr theAttribute,
+    const FeaturePtr thePointFeature,
+    const AttributePtr thePointAttribute,
     const Slvs_Entity& theEntity)
   : myEntity(theEntity)
 {
-  myBaseFeature = FeaturePtr(theFeature);
-  myBaseAttribute = theAttribute;
+  myBaseFeature = thePointFeature;
+  myBaseAttribute = thePointAttribute;
 }