wsd/TileCache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e633dd7c5ac0b9840cae37c41c0bfd974f45a8fa Author: Tor Lillqvist <[email protected]> AuthorDate: Tue Jul 14 18:47:36 2020 +0300 Commit: Tor Lillqvist <[email protected]> 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 <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
