diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-09 01:33:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-10 21:35:46 +0200 |
| commit | 0f11f0c25465464b28db713cccd37d7d8de483e1 (patch) | |
| tree | 415dc88b05b951f5d590d0c41b52503fd8fd3da5 /src/lib/film.h | |
| parent | b168d211622f94a5240c945c1df03b0bed48d3bc (diff) | |
Allow signals to be blocked and resumed, and so make sure that a set
of content changes taken from an examiner are handled at the same
time.
Should fix DoM #2523.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index b7a9f94ac..958c388b3 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -492,7 +492,7 @@ private: friend struct ::isdcf_name_with_atmos; friend struct ::recover_test_2d_encrypted; friend struct ::atmos_encrypted_passthrough_test; - template <class, class> friend class ChangeSignaller; + template <class, class> friend class ChangeSignalDespatcher; boost::filesystem::path info_file (dcpomatic::DCPTimePeriod p) const; |
