Salome HOME
Replace boost::shared_ptr<ModelAPI_Feature> on FeaturePtr
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Plugin.h
index f232b68fac26fdfdd6d38e824cae6f624aa520fb..408ae73cc2be30eacbf5e0211ed6c6aef3fcdae2 100644 (file)
@@ -8,12 +8,13 @@
 
 #include "SketchPlugin.h"
 #include "ModelAPI_Plugin.h"
+#include "ModelAPI_Feature.h"
 
 class SKETCHPLUGIN_EXPORT SketchPlugin_Plugin: public ModelAPI_Plugin
 {
 public:
   /// Creates the feature object of this plugin by the feature string ID
-  virtual boost::shared_ptr<ModelAPI_Feature> createFeature(std::string theFeatureID);
+  virtual FeaturePtr createFeature(std::string theFeatureID);
 
 public:
   /// Is needed for python wrapping by swig