diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-06 22:36:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-06 22:36:16 +0100 |
| commit | caf67bef2611a911307267b20dbf3be89ffff71f (patch) | |
| tree | 66c55e40b1b5a44c8670f8ecb98df2b7ce8bdf68 /src/lib/check_content_change_job.h | |
| parent | f6557e4bedd788a026d48fe883cb48a1070dc886 (diff) | |
Stop threads at the start of their object's destruction in all Job cases.
Diffstat (limited to 'src/lib/check_content_change_job.h')
| -rw-r--r-- | src/lib/check_content_change_job.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/check_content_change_job.h b/src/lib/check_content_change_job.h index 355dedf83..152cdb9e7 100644 --- a/src/lib/check_content_change_job.h +++ b/src/lib/check_content_change_job.h @@ -28,6 +28,7 @@ class CheckContentChangeJob : public Job { public: CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>(), bool gui = true); + ~CheckContentChangeJob (); std::string name () const; std::string json_name () const; |
