Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Part.h
index ef1dd528c15f90bb646799c430dacfbb7c7fcdf4..5a9b4202ceebd37a2f5328f3dd022fc02ce674f9 100644 (file)
@@ -41,7 +41,7 @@ class PartSetPlugin_Part : public ModelAPI_Feature
   /// Request for initialization of data model of the feature: adding all attributes
   PARTSETPLUGIN_EXPORT virtual void initAttributes();
 
-  PARTSETPLUGIN_EXPORT virtual boost::shared_ptr<ModelAPI_Document> documentToAdd();
+  PARTSETPLUGIN_EXPORT virtual std::shared_ptr<ModelAPI_Document> documentToAdd();
 
   /// Returns true if this feature must be displayed in the history (top level of Part tree)
   PARTSETPLUGIN_EXPORT virtual bool isInHistory()