summaryrefslogtreecommitdiff
path: root/src/lib/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/job.h')
-rw-r--r--src/lib/job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/job.h b/src/lib/job.h
index cb85059a6..a0e988fc8 100644
--- a/src/lib/job.h
+++ b/src/lib/job.h
@@ -121,7 +121,7 @@ private:
void run_wrapper ();
void set_progress_common (boost::optional<float> p);
- boost::thread* _thread;
+ boost::thread _thread;
/** mutex for _state, _error*, _message */
mutable boost::mutex _state_mutex;