summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-07-14 18:47:36 +0300
committerTor Lillqvist <tml@collabora.com>2020-07-14 19:02:37 +0200
commite633dd7c5ac0b9840cae37c41c0bfd974f45a8fa (patch)
tree2f3ac00dd4faac07437ecad9270536a5dfa8c27f
parentForkit: add dump_forkit_state and re-factor state checks to simplify. (diff)
downloadonline-e633dd7c5ac0b9840cae37c41c0bfd974f45a8fa.tar.gz
online-e633dd7c5ac0b9840cae37c41c0bfd974f45a8fa.zip
Make TileCache::_dontCache const
Change-Id: Ic932a836fc47de4b707d0468bafba65eaf5bf86a Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98774 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--wsd/TileCache.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/TileCache.hpp b/wsd/TileCache.hpp
index 3fecd7a1b3..04c3b8e179 100644
--- a/wsd/TileCache.hpp
+++ b/wsd/TileCache.hpp
@@ -175,7 +175,7 @@ private:
std::thread::id _owner;
- bool _dontCache;
+ const bool _dontCache;
/// Approximate size of tilecache in bytes
size_t _cacheSize;