From 6638b698662442709103522c5268a3b597d27329 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 27 Feb 2013 00:01:17 +0000 Subject: Added a unit test for Bu::SynchroHash. It's just a tweaked copy of the test for Bu::Hash, which tests the basics alright, but not the synchro part. I'm still trying to figure out a good test for that. --- src/unstable/synchrohash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unstable') 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 private: HashType hCore; - ReadWriteMutex mCore; + mutable ReadWriteMutex mCore; }; } -- cgit v1.2.3