From 0520eadabd18a1e21929002a66885f91856f8a02 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 3 Feb 2014 07:02:42 +0000 Subject: Compiles with LLVM 3.4 as well now. --- src/unstable/synchrohash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unstable/synchrohash.h') 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 uint32_t getFill() const { ReadWriteMutex::ReadLocker rl( mCore ); - return; hCore.getFill(); + return hCore.getFill(); } /** -- cgit v1.2.3