summaryrefslogtreecommitdiffstats
path: root/wsd/TileCache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'wsd/TileCache.hpp')
-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;