summaryrefslogtreecommitdiff
path: root/include/tools/stream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/stream.hxx')
-rw-r--r--include/tools/stream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index 2e8fbc6771b5..4cbe1a3e930c 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -98,7 +98,7 @@ struct SvLockBytesStat
class TOOLS_DLLPUBLIC SvLockBytes: public virtual SvRefBase
{
SvStream * m_pStream;
- bool const m_bOwner;
+ bool m_bOwner;
bool m_bSync;
protected: