X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Part.h;h=25af3bea7bb586245b7c1def4c684911e9630114;hb=3ccd62a2eedaf895c689d77ab4bfc698a592870e;hp=f1ee4306421704bdbd9ddf2af2a055113f15e9b9;hpb=dc2758f96b7ea27b2c5a5629d98c7a47e6db0357;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Part.h b/src/PartSetPlugin/PartSetPlugin_Part.h index f1ee43064..25af3bea7 100644 --- a/src/PartSetPlugin/PartSetPlugin_Part.h +++ b/src/PartSetPlugin/PartSetPlugin_Part.h @@ -32,7 +32,7 @@ public: /// Request for initialization of data model of the feature: adding all attributes PARTSETPLUGIN_EXPORT virtual void initAttributes(); - PARTSETPLUGIN_EXPORT virtual std::shared_ptr documentToAdd(); + PARTSETPLUGIN_EXPORT virtual boost::shared_ptr documentToAdd(); /// Use plugin manager for features creation PartSetPlugin_Part();