X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Plugin.h;h=408ae73cc2be30eacbf5e0211ed6c6aef3fcdae2;hb=2b4f4bf278c841500eb29bb5d204690427b0d56b;hp=2b26663504d1a8668fbcef2cecde7f639205e3ac;hpb=366bd43e7fec56e20a6588f5e0522a154a921e96;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Plugin.h b/src/SketchPlugin/SketchPlugin_Plugin.h index 2b2666350..408ae73cc 100644 --- a/src/SketchPlugin/SketchPlugin_Plugin.h +++ b/src/SketchPlugin/SketchPlugin_Plugin.h @@ -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 createFeature(std::string theFeatureID); + virtual FeaturePtr createFeature(std::string theFeatureID); public: /// Is needed for python wrapping by swig