X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_Attribute.h;h=acea353df4d61d3be87566b1ea1da3232a3fe844;hb=7f5d3b6de3d879b6a11389c06a6f183b2fa5a1b2;hp=d00bbc76a4d8132db951fd9f71a2440384d82e12;hpb=d55b9b2a4aec1ad934bed2edda57d31ea33e34ae;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Attribute.h b/src/ModelAPI/ModelAPI_Attribute.h index d00bbc76a..acea353df 100644 --- a/src/ModelAPI/ModelAPI_Attribute.h +++ b/src/ModelAPI/ModelAPI_Attribute.h @@ -32,7 +32,7 @@ public: {myFeature = theFeature;} /// Returns the owner of this attribute - MODELAPI_EXPORT const boost::shared_ptr& feature() + MODELAPI_EXPORT const boost::shared_ptr& owner() {return myFeature;} protected: /// Objects are created for features automatically