Salome HOME
Issue #1664: In the Sketcher, add the function Split a segment. Split feature impleme...
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintSplit.h
index 5e7bae5b553a20554c564642c12eb183ad475468..2cbf75fd73946650804913b6eb7a5e83a285d869 100755 (executable)
@@ -86,7 +86,7 @@ private:
   /// Creates a new feature in the base shape type with bounding points given in parameters
   /// \param theStartPointAttr an attribute of the start point
   /// \param theEndPointAttr an attribute of the end point
-  std::shared_ptr<ModelAPI_Feature> FeaturePtr SketchPlugin_ConstraintSplit::createFeature(
+  std::shared_ptr<ModelAPI_Feature> createFeature(
                                     const std::shared_ptr<GeomDataAPI_Point2D>& theStartPointAttr,
                                     const std::shared_ptr<GeomDataAPI_Point2D>& theEndPointAttr);