0029590: Coding - avoid usage of Standard_EXPORT attribute for inline methods
[occt.git] / src / TCollection / TCollection_ExtendedString.hxx
index 324dda4..27b9ad7 100644 (file)
@@ -103,7 +103,7 @@ public:
 
 #ifndef OCCT_NO_RVALUE_REFERENCE
   //! Move constructor
-  Standard_EXPORT TCollection_ExtendedString (TCollection_ExtendedString&& theOther)
+  TCollection_ExtendedString (TCollection_ExtendedString&& theOther)
   : mystring (theOther.mystring),
     mylength (theOther.mylength)
   {