diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-06 19:49:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-06 19:49:37 +0000 |
| commit | d43434e463f5ef76ee448046ffb09ffe4b05ea8d (patch) | |
| tree | 7c934d260a51fa08058d9dc8d45277aeae7d2129 /src/lib/hints.h | |
| parent | a8ca8dd8c3838f42c1dcd86e09901275271c298e (diff) | |
Improve hints dialog in various ways, especially with long projects (#1439).
Diffstat (limited to 'src/lib/hints.h')
| -rw-r--r-- | src/lib/hints.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/hints.h b/src/lib/hints.h index b8bc806c0..35e361842 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -56,4 +56,7 @@ private: bool _overlap_ccap; bool _too_many_ccap_lines; boost::optional<DCPTimePeriod> _last; + + boost::mutex _mutex; + bool _stop; }; |
