diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-01 19:51:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-01 19:51:53 +0100 |
| commit | a16f2c07ea7301ed1b82b9039ea7db7c025054ff (patch) | |
| tree | c3cedad2e9f8634e5f6fec8836f0ea0c55f02b09 /src/lib/job.h | |
| parent | 78d8f1166fb0f8f8cee7996e3c9b7f5d088f72df (diff) | |
Fix crash on cancellation of encodes during check of image data; allow cancellation during this time (#679).
Diffstat (limited to 'src/lib/job.h')
| -rw-r--r-- | src/lib/job.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/job.h b/src/lib/job.h index 06a341f40..4e52e76a1 100644 --- a/src/lib/job.h +++ b/src/lib/job.h @@ -106,6 +106,7 @@ protected: private: void run_wrapper (); + void set_progress_common (boost::optional<float> p); boost::thread* _thread; |
