Tidy up handling of content-modified checks when using the dcpomatic_cli.
[dcpomatic.git] / src / lib / film.h
index 876d312ae427666c23649aca3db4e5690d0e36f1..1c5022428a332563ee586ca1441cfc64756ae69c 100644 (file)
@@ -82,7 +82,7 @@ public:
        boost::filesystem::path audio_analysis_path (boost::shared_ptr<const Playlist>) 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.