0029590: Coding - avoid usage of Standard_EXPORT attribute for inline methods
[occt.git] / src / Prs3d / Prs3d_PresentationShadow.hxx
index 26037de..9d680af 100644 (file)
@@ -29,10 +29,10 @@ public:
                                             const Handle(Prs3d_Presentation)&         thePrs);
 
   //! Returns the id of the parent presentation
-  Standard_EXPORT inline Standard_Integer ParentId() const { return myParentStructId; }
+  inline Standard_Integer ParentId() const { return myParentStructId; }
 
   //! Returns view affinity of the parent presentation
-  Standard_EXPORT inline const Handle(Graphic3d_ViewAffinity)& ParentAffinity() const { return myParentAffinity; }
+  inline const Handle(Graphic3d_ViewAffinity)& ParentAffinity() const { return myParentAffinity; }
 
   //! Do nothing - axis-aligned bounding box should be initialized from parent structure.
   Standard_EXPORT virtual void CalculateBoundBox() Standard_OVERRIDE;