diff options
Diffstat (limited to 'cpp/include/IceUtil/Thread.h')
-rw-r--r-- | cpp/include/IceUtil/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h index 5f2e6b837c4..f740c13da55 100644 --- a/cpp/include/IceUtil/Thread.h +++ b/cpp/include/IceUtil/Thread.h @@ -95,7 +95,7 @@ private: // with the default constructor. Only needed to enforce our // portable join/detach behavior. // - const bool _detachable; + bool _detachable; #endif }; |