diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r-- | cpp/src/Ice/ThreadPool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index a8a7b59b0ef..7d1bb70d69d 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -609,7 +609,7 @@ IceInternal::ThreadPool::EventHandlerThread::run() Error out(_pool->_instance->logger()); out << "exception in thread pool:\n" << ex; } - catch (...) + catch(...) { Error out(_pool->_instance->logger()); out << "unknown exception in thread pool"; |