summaryrefslogtreecommitdiff
path: root/include/vcl/imap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/imap.hxx')
-rw-r--r--include/vcl/imap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/imap.hxx b/include/vcl/imap.hxx
index e2217b87b6e8..5cf03071b22a 100644
--- a/include/vcl/imap.hxx
+++ b/include/vcl/imap.hxx
@@ -122,7 +122,7 @@ class IMapCompat
SvStream* pRWStm;
sal_uInt64 nCompatPos;
sal_uInt64 nTotalSize;
- StreamMode const nStmMode;
+ StreamMode nStmMode;
IMapCompat( const IMapCompat& ) = delete;
IMapCompat& operator=( const IMapCompat& ) { return *this; }