diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-30 16:04:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | 6fe1f0362d04cd4d1f72eea74d84f4680f8e9cc9 (patch) | |
| tree | 4b8dcbe956934c84342513e4bf317e1d379c011b /src/lib | |
| parent | 19d561056e8b7b5d03844f3e9063cf47eb31be87 (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 */ |
