diff options
Diffstat (limited to 'cpp/include/IceUtil/RWRecMutex.h')
-rw-r--r-- | cpp/include/IceUtil/RWRecMutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/RWRecMutex.h b/cpp/include/IceUtil/RWRecMutex.h index 84895e55aef..9bdff167b95 100644 --- a/cpp/include/IceUtil/RWRecMutex.h +++ b/cpp/include/IceUtil/RWRecMutex.h @@ -368,7 +368,7 @@ private: // // If there is an active writer this is the ID of the writer thread. // - mutable ThreadId _writerId; + mutable ThreadControl _writerId; // // Number of waiting writers (including any upgrader). |