diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-30 16:04:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-06 21:30:22 +0100 |
| commit | 9bc34d90141cb3eb702094eb40268d8c1111d2a5 (patch) | |
| tree | 865a2111be1b0c19fac5a9826f6bb0fa59920bd8 /src/lib | |
| parent | 4a3776a7bfe08178b1327aa90cbe3e7bd1f72c28 (diff) | |
Build fixes.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.cc | 1 |
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 */ |
