diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-03-03 16:40:27 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-03-03 16:40:27 +0000 |
commit | 7de5e5a6670fc0a57419a1cfe4b7a83c51a11d31 (patch) | |
tree | a805d1544a1b0204027adb646681683224fd203f /cpp/include/IceUtil/Thread.h | |
parent | Better fix for bug #824 (diff) | |
download | ice-7de5e5a6670fc0a57419a1cfe4b7a83c51a11d31.tar.bz2 ice-7de5e5a6670fc0a57419a1cfe4b7a83c51a11d31.tar.xz ice-7de5e5a6670fc0a57419a1cfe4b7a83c51a11d31.zip |
fixed build failure
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 }; |