summaryrefslogtreecommitdiff
path: root/src/lib/update_checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/update_checker.h')
-rw-r--r--src/lib/update_checker.h2
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;