aboutsummaryrefslogtreecommitdiff
path: root/src/unstable
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2014-02-03 07:02:42 +0000
committerMike Buland <eichlan@xagasoft.com>2014-02-03 07:02:42 +0000
commit0520eadabd18a1e21929002a66885f91856f8a02 (patch)
tree27230839fe02b20f89c43edeeed6b57d48dfc8f0 /src/unstable
parent3769f85c80ffeb403c5310aa4a1e1914f90219a3 (diff)
downloadlibbu++-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 '')
-rw-r--r--src/unstable/synchrohash.h2
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 /**