diff options
Diffstat (limited to 'cppu/source/threadpool/thread.cxx')
-rw-r--r-- | cppu/source/threadpool/thread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/thread.cxx b/cppu/source/threadpool/thread.cxx index ead78c3080f1..3b95c8d5d5bb 100644 --- a/cppu/source/threadpool/thread.cxx +++ b/cppu/source/threadpool/thread.cxx @@ -180,7 +180,7 @@ namespace cppu_threadpool { } delete m_pQueue; - m_pQueue = 0; + m_pQueue = nullptr; if( ! m_bAsynchron ) { |