]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Object.h
Salome HOME
Replace boost::shared_ptr<ModelAPI_Feature> on FeaturePtr
[modules/shaper.git] / src / ModelAPI / ModelAPI_Object.h
index 55ee0952733f50dbe8943d7c11f347b41e46414b..581f045884c0e45f2bf4efc43271fbfa47634611 100644 (file)
@@ -23,7 +23,7 @@ public:
   MODELAPI_EXPORT virtual bool isInHistory() {return false;}
 
   /// Reference to the feature-operation that produces this object
-  MODELAPI_EXPORT virtual boost::shared_ptr<ModelAPI_Feature> featureRef() = 0;
+  MODELAPI_EXPORT virtual FeaturePtr featureRef() = 0;
 
   /// Returns the name of this object (by default equal to the name of feature)
   MODELAPI_EXPORT virtual std::string getName() = 0;