0029590: Coding - avoid usage of Standard_EXPORT attribute for inline methods
[occt.git] / src / IGESCAFControl / IGESCAFControl_Reader.hxx
index 38951a4..a155e7b 100644 (file)
@@ -70,7 +70,7 @@ class IGESCAFControl_Reader  : public IGESControl_Reader
   //! Returns True if succeeded, and False in case of fail
   Standard_EXPORT Standard_Boolean Transfer (Handle(TDocStd_Document)& theDoc);
   
-  Standard_EXPORT Standard_Boolean Perform (const TCollection_AsciiString& theFileName, Handle(TDocStd_Document)& theDoc)
+  Standard_Boolean Perform (const TCollection_AsciiString& theFileName, Handle(TDocStd_Document)& theDoc)
   { return Perform (theFileName.ToCString(), theDoc); }
   
   //! Translate IGES file given by filename into the document