diff options
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. */ |
