--- lib/cpp/src/concurrency/Mutex.h (revision 986202) +++ lib/cpp/src/concurrency/Mutex.h (working copy) @@ -133,7 +133,7 @@ // as to whether we're doing acquireRead() or acquireWrite(). enum RWGuardType { RW_READ = 0, - RW_WRITE = 1, + RW_WRITE = 1 };