diff Framework/MultiThreading/BagOfTasksProcessor.h @ 216:c35a3a0627b9

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 12 Jan 2021 10:21:36 +0100
parents 1e864138f0da
children b0ee417b667a
line wrap: on
line diff
--- a/Framework/MultiThreading/BagOfTasksProcessor.h	Mon Jan 11 17:12:24 2021 +0100
+++ b/Framework/MultiThreading/BagOfTasksProcessor.h	Tue Jan 12 10:21:36 2021 +0100
@@ -106,7 +106,8 @@
              bool empty) : 
         that_(that),
         bag_(bag),
-        hasJoined_(empty)
+        hasJoined_(empty),
+        status_(false)
       {
       }