Salome HOME
Make result part as a container of the document
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plugin.h
index 91875f362d130012bd6087e22971f10546f01b42..1c772033befb7f89b1ce13ce01aacbc701919f82 100644 (file)
@@ -8,12 +8,13 @@
 
 #include "ConstructionPlugin.h"
 #include "ModelAPI_Plugin.h"
+#include "ModelAPI_Feature.h"
 
 class CONSTRUCTIONPLUGIN_EXPORT ConstructionPlugin_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