X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=1c5022428a332563ee586ca1441cfc64756ae69c;hp=876d312ae427666c23649aca3db4e5690d0e36f1;hb=bf19399f8c009ff211d5c7b45b0941417d963c4e;hpb=f737005941d25e5e5743a6770208f31bdca5527d diff --git a/src/lib/film.h b/src/lib/film.h index 876d312ae..1c5022428 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -82,7 +82,7 @@ public: boost::filesystem::path audio_analysis_path (boost::shared_ptr) const; void send_dcp_to_tms (); - void make_dcp (); + void make_dcp (bool gui = false); /** @return Logger. * It is safe to call this from any thread.