summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-31 22:11:36 +0100
committerCarl Hetherington <cth@carlh.net>2019-10-31 22:11:36 +0100
commitf0956ea1c21b81748af55867698561d12ad2c91b (patch)
tree50d1aa564546f83c0eb8c6d7f8eba2fc665fd62c /src/lib/film.h
parent2983479f9e579e8d6ec6cb33226efd7a0f97ec2a (diff)
Prevent reference/reel setting controls getting stuck when referenced
content is moved with reel mode 'single' enabled (#1645).
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 0c1959056..4c45c4ffc 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -405,6 +405,7 @@ private:
void playlist_content_change (ChangeType type, boost::weak_ptr<Content>, int, bool frequent);
void maybe_add_content (boost::weak_ptr<Job>, boost::weak_ptr<Content>, bool disable_audio_analysis);
void audio_analysis_finished ();
+ void check_settings_consistency ();
static std::string const metadata_file;