Allow debug builds with no internet connection. Also add missing patron.
[dcpomatic.git] / src / wx / kdm_dialog.h
index 07b998224dba662a33583f95d83e4896d1826619..a240ec1b6bb85040cf854b62cf9fd05a99546e65 100644 (file)
 */
 
 #include "wx_util.h"
-#include "lib/kdm_filename_format.h"
 #include <dcp/types.h>
 #include <wx/wx.h>
 #include <boost/shared_ptr.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <map>
 
+namespace dcpomatic {
+       class Screen;
+}
+
 class Cinema;
-class Screen;
 class Film;
 class ScreensPanel;
 class KDMTimingPanel;
@@ -43,6 +45,7 @@ public:
 private:
        void setup_sensitivity ();
        void make_clicked ();
+       bool confirm_overwrite (boost::filesystem::path path);
 
        boost::weak_ptr<const Film> _film;
        ScreensPanel* _screens;