Kaydet (Commit) 6b846cad authored tarafından David Tardon's avatar David Tardon

fix windows build

error C2487: 'Read' : member of dll interface class may not be declared
with dll interface

Change-Id: Iabee3995f612116c3b6bd5c881ed617c0393addf
üst add2ca7b
......@@ -72,7 +72,7 @@ public:
INetMessageIStream (sal_uIntPtr nBufferSize = 2048);
virtual ~INetMessageIStream();
TOOLS_DLLPUBLIC int Read (sal_Char *pData, sal_uIntPtr nSize);
int Read (sal_Char *pData, sal_uIntPtr nSize);
INetMIMEMessage *GetSourceMessage() const { return pSourceMsg; }
void SetSourceMessage (INetMIMEMessage *pMsg) { pSourceMsg = pMsg; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment