diff options
author | Mike Buland <eichlan@xagasoft.com> | 2014-02-03 07:02:42 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2014-02-03 07:02:42 +0000 |
commit | 0520eadabd18a1e21929002a66885f91856f8a02 (patch) | |
tree | 27230839fe02b20f89c43edeeed6b57d48dfc8f0 /src/unstable/synchrohash.h | |
parent | 3769f85c80ffeb403c5310aa4a1e1914f90219a3 (diff) | |
download | libbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.gz libbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.bz2 libbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.xz libbu++-0520eadabd18a1e21929002a66885f91856f8a02.zip |
Compiles with LLVM 3.4 as well now.
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 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 | /** |