diff options
Diffstat (limited to 'src/unstable/synchrohash.h')
-rw-r--r-- | src/unstable/synchrohash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstable/synchrohash.h b/src/unstable/synchrohash.h index 45572c2..19433e7 100644 --- a/src/unstable/synchrohash.h +++ b/src/unstable/synchrohash.h | |||
@@ -217,7 +217,7 @@ namespace Bu | |||
217 | 217 | ||
218 | private: | 218 | private: |
219 | HashType hCore; | 219 | HashType hCore; |
220 | ReadWriteMutex mCore; | 220 | mutable ReadWriteMutex mCore; |
221 | }; | 221 | }; |
222 | } | 222 | } |
223 | 223 | ||