0029590: Coding - avoid usage of Standard_EXPORT attribute for inline methods
[occt.git] / src / TObj / TObj_TReference.hxx
index 01b817d..cd1c32e 100644 (file)
@@ -74,10 +74,10 @@ class TObj_TReference : public TDF_Attribute
   Standard_EXPORT Handle(TObj_Object) Get() const;
 
   //! Returns the Label of master object.
-  Standard_EXPORT TDF_Label GetMasterLabel() const {return myMasterLabel;}
+  TDF_Label GetMasterLabel() const {return myMasterLabel;}
 
   //! Returns the referred label.
-  Standard_EXPORT TDF_Label GetLabel() const {return myLabel;}
+  TDF_Label GetLabel() const {return myLabel;}
 
  public:
   //! Redefined OCAF abstract methods