diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-30 22:54:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-30 22:54:38 +0100 |
| commit | ea6b2dae46caa1da829fbf499e83cd6ae3b3773a (patch) | |
| tree | f8f978b762fad664a4c8d5fdc11d8c7145ee09a8 /src/lib/update_checker.h | |
| parent | a1546fb6c4e59621d99271b8ca996e96a574f7b3 (diff) | |
Various thread cleanups.
Diffstat (limited to 'src/lib/update_checker.h')
| -rw-r--r-- | src/lib/update_checker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/update_checker.h b/src/lib/update_checker.h index 5071bf4ec..78ca40303 100644 --- a/src/lib/update_checker.h +++ b/src/lib/update_checker.h @@ -93,7 +93,7 @@ private: boost::optional<std::string> _test; int _emits; - boost::thread* _thread; + boost::thread _thread; boost::mutex _process_mutex; boost::condition _condition; int _to_do; |
