diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-01 21:04:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-01 21:04:15 +0100 |
| commit | 0ec7c9d0b1f3ea58ffe17dd70bea04ad702d164b (patch) | |
| tree | db47f2de3c3248e6c811a450bb202bb0d950df0b /src/lib/job.h | |
| parent | 1934870acbab5efe51afecff46081a5850876eee (diff) | |
Tidy up thread in destructor (Job)
Diffstat (limited to 'src/lib/job.h')
| -rw-r--r-- | src/lib/job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/job.h b/src/lib/job.h index 4e52e76a1..1caa5a904 100644 --- a/src/lib/job.h +++ b/src/lib/job.h @@ -40,7 +40,7 @@ class Job : public boost::enable_shared_from_this<Job>, public Signaller, public { public: Job (boost::shared_ptr<const Film>); - virtual ~Job() {} + virtual ~Job (); /** @return user-readable name of this job */ virtual std::string name () const = 0; |
