X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ffilm.cc;h=d9ed8c53000b8430c0f02f3838b6f4bdf59b09cb;hp=5e99e466c4375a04d90484708f11d294321b8c68;hb=d5d9e143a5778928c5f386a7bd9cb140d4f1191a;hpb=f90bd4d97be25b3bca6b4523864896f5ff7b7e53 diff --git a/src/lib/film.cc b/src/lib/film.cc index 5e99e466c..d9ed8c530 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1283,6 +1283,7 @@ Film::set_isdcf_date_today () _isdcf_date = boost::gregorian::day_clock::local_day (); } + boost::filesystem::path Film::j2c_path (int reel, Frame frame, Eyes eyes, bool tmp) const {