diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-17 15:36:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-17 15:36:00 +0100 |
| commit | 96858c88f15ad9deb260da295b2af3847b9b8e15 (patch) | |
| tree | 2f851a4092ba512da03f0dcc2965fc36875fbe6b /src/lib/film.h | |
| parent | ec275952569ea47a414991e2ce2b019d8189b3f1 (diff) | |
Check for conflicing refer-to-DCP settings.
This adds a general fix_conflicting_settings() to Film which should
fix the problem and give a message to tell the user why the "fix"
is being carried out. Should help with #929.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index d63065f8d..82d1f78c0 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -164,6 +164,8 @@ public: */ std::string content_summary (DCPTimePeriod period) const; + std::list<std::string> fix_conflicting_settings (); + /** Identifiers for the parts of our state; used for signalling changes. */ |
