summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index 3b22c508400..35b445b667b 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -100,7 +100,7 @@ private:
int _inUse; // Number of threads that are currently in use.
double _load; // Current load in number of threads.
- bool _warnUdp;
+ const bool _warnUdp;
IceUtil::Mutex _promoteMutex;
};