summaryrefslogtreecommitdiff
path: root/include/tools/inetstrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/inetstrm.hxx')
-rw-r--r--include/tools/inetstrm.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tools/inetstrm.hxx b/include/tools/inetstrm.hxx
index d09aa94fb4d3..ba6f6aa14744 100644
--- a/include/tools/inetstrm.hxx
+++ b/include/tools/inetstrm.hxx
@@ -22,6 +22,7 @@
#include <tools/toolsdllapi.h>
#include <tools/stream.hxx>
#include <sal/types.h>
+#include <vector>
class INetMIMEMessage;
class SvStream;
@@ -31,7 +32,7 @@ class TOOLS_DLLPUBLIC INetMIMEMessageStream
INetMIMEMessage *pSourceMsg;
bool bHeaderGenerated;
- sal_Char *pBuffer;
+ std::vector<sal_Char> mvBuffer;
sal_Char *pRead;
sal_Char *pWrite;