Salome HOME
Clean Property panel before starting of a new operation.
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Plugin.h
index 74f6e73c02d90caa136d918152b0ce52d2f5c650..d1ccd314b37f5f138a97b6b5122b469f50d1fad1 100644 (file)
@@ -8,12 +8,13 @@
 
 #include "PartSetPlugin.h"
 #include "ModelAPI_Plugin.h"
+#include "ModelAPI_Feature.h"
 
 class PARTSETPLUGIN_EXPORT PartSetPlugin_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