summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-04-30 16:04:34 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-06 21:30:22 +0100
commit9bc34d90141cb3eb702094eb40268d8c1111d2a5 (patch)
tree865a2111be1b0c19fac5a9826f6bb0fa59920bd8 /src/lib
parent4a3776a7bfe08178b1327aa90cbe3e7bd1f72c28 (diff)
Build fixes.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/film.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index aaa2627e1..dee3196c5 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -547,6 +547,7 @@ Film::read_metadata (optional<boost::filesystem::path> path)
_ratings.push_back (dcp::Rating(i));
}
+ list<string> notes;
_playlist->set_from_xml (shared_from_this(), f.node_child ("Playlist"), _state_version, notes);
/* Write backtraces to this film's directory, until another film is loaded */