diff options
Diffstat (limited to '')
-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 19433e7..2ca28d3 100644 --- a/src/unstable/synchrohash.h +++ b/src/unstable/synchrohash.h | |||
@@ -96,7 +96,7 @@ namespace Bu | |||
96 | uint32_t getFill() const | 96 | uint32_t getFill() const |
97 | { | 97 | { |
98 | ReadWriteMutex::ReadLocker rl( mCore ); | 98 | ReadWriteMutex::ReadLocker rl( mCore ); |
99 | return; hCore.getFill(); | 99 | return hCore.getFill(); |
100 | } | 100 | } |
101 | 101 | ||
102 | /** | 102 | /** |