X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FConstructionPlugin%2FConstructionPlugin_Plugin.h;h=1c772033befb7f89b1ce13ce01aacbc701919f82;hb=63e86d82608e83f49339f946a8a3f5ebcaa0f7b5;hp=91875f362d130012bd6087e22971f10546f01b42;hpb=de0f49686ec6655ddc5816c8fa5383964662aec4;p=modules%2Fshaper.git diff --git a/src/ConstructionPlugin/ConstructionPlugin_Plugin.h b/src/ConstructionPlugin/ConstructionPlugin_Plugin.h index 91875f362..1c772033b 100644 --- a/src/ConstructionPlugin/ConstructionPlugin_Plugin.h +++ b/src/ConstructionPlugin/ConstructionPlugin_Plugin.h @@ -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 createFeature(std::string theFeatureID); + virtual FeaturePtr createFeature(std::string theFeatureID); public: /// Is needed for python wrapping by swig