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