]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Line.h
Salome HOME
Replace boost::shared_ptr<ModelAPI_Feature> on FeaturePtr
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Line.h
index b22f551b704a0acc3597540a5edb9c8b8ab398c9..6acefd2943f36e69a885cd34769e7b36b6e10913 100644 (file)
@@ -45,7 +45,7 @@ public:
   /// Adds sub-feature of the higher level feature (sub-element of the sketch)
   /// \param theFeature sub-feature
   SKETCHPLUGIN_EXPORT virtual const void addSub(
-    const boost::shared_ptr<ModelAPI_Feature>& theFeature) {};
+    const FeaturePtr& theFeature) {};
 
   /// Use plugin manager for features creation
   SketchPlugin_Line();