X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeRefAttr.h;h=83eaf77f2ff4db4cfba9dcb66677748c41a2726e;hb=9585dccdd4d56657ced8ef9b25797979ea237f76;hp=efb879c6d5f35a1e833708550221a10296f76ea2;hpb=96ff1d1fb2acb842cee193f15492de81060a1d58;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeRefAttr.h b/src/Model/Model_AttributeRefAttr.h index efb879c6d..83eaf77f2 100644 --- a/src/Model/Model_AttributeRefAttr.h +++ b/src/Model/Model_AttributeRefAttr.h @@ -19,10 +19,10 @@ class Model_AttributeRefAttr : public ModelAPI_AttributeRefAttr { - Handle_TDF_Reference myRef; ///< reference to the feature label - ///< ID of the referenced attirbute (empty if this is a reference to a feature) + Handle_TDF_Reference myRef; ///< reference to the feature label + ///< ID of the referenced attirbute (empty if this is a reference to a feature) Handle_TDataStd_Comment myID; -public: + public: /// Returns true if this attribute references to a object (not to the attribute) MODEL_EXPORT virtual bool isObject(); @@ -38,7 +38,7 @@ public: /// Returns object referenced from this attribute MODEL_EXPORT virtual ObjectPtr object(); -protected: + protected: /// Objects are created for features automatically MODEL_EXPORT Model_AttributeRefAttr(TDF_Label& theLabel);