From ea6b2dae46caa1da829fbf499e83cd6ae3b3773a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Jan 2020 22:54:38 +0100 Subject: Various thread cleanups. --- src/lib/checker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/checker.h') diff --git a/src/lib/checker.h b/src/lib/checker.h index fee3fc3d9..8b80d8527 100644 --- a/src/lib/checker.h +++ b/src/lib/checker.h @@ -54,7 +54,7 @@ private: void thread (); - boost::thread* _thread; + boost::thread _thread; mutable boost::mutex _mutex; bool _terminate; bool _ok; -- cgit v1.2.3