Salome HOME
Provide connection of new features in SALOME module
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Plugin.h
index 2b26663504d1a8668fbcef2cecde7f639205e3ac..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 std::shared_ptr<ModelAPI_Feature> createFeature(std::string theFeatureID);
+  virtual FeaturePtr createFeature(std::string theFeatureID);
 
 public:
   /// Is needed for python wrapping by swig