Salome HOME
Make RefAttr able point to attribute or to feature
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Plugin.h
index 74f6e73c02d90caa136d918152b0ce52d2f5c650..ff577f79a3adec8e2003a43ece502a805e536255 100644 (file)
@@ -13,7 +13,7 @@ class PARTSETPLUGIN_EXPORT PartSetPlugin_Plugin: public ModelAPI_Plugin
 {
 public:
   /// Creates the feature object of this plugin by the feature string ID
-  virtual std::shared_ptr<ModelAPI_Feature> createFeature(std::string theFeatureID);
+  virtual boost::shared_ptr<ModelAPI_Feature> createFeature(std::string theFeatureID);
 
 public:
   /// Is needed for python wrapping by swig