summaryrefslogtreecommitdiff
path: root/include/tools/stream.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-13 20:49:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-15 16:28:03 +0100
commitc42cf09f17e683d7487b8b298bd2f5ff3587bf00 (patch)
treefe2f8f88435b0a26cbced67dc389d0eb5e06e515 /include/tools/stream.hxx
parenteb17993e235e6cec9342a77756851992295da9db (diff)
Revert "loplugin:constfields in tools"
This reverts commit 833c4965fc0941ea997852e3d99dcd7688e58c14. Change-Id: I130a91538627f9e83d94615e2ddd48da5a075d4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90517 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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: