[Libreoffice-commits] online.git: wsd/TileCache.hpp
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 14 17:02:57 UTC 2020
wsd/TileCache.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e633dd7c5ac0b9840cae37c41c0bfd974f45a8fa
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Jul 14 18:47:36 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Jul 14 19:02:37 2020 +0200
Make TileCache::_dontCache const
Change-Id: Ic932a836fc47de4b707d0468bafba65eaf5bf86a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98774
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/wsd/TileCache.hpp b/wsd/TileCache.hpp
index 3fecd7a1b..04c3b8e17 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;
More information about the Libreoffice-commits
mailing list