X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_dialog.h;h=a240ec1b6bb85040cf854b62cf9fd05a99546e65;hb=c0a609b31bbf69d1fafcc734ac4f825933703d23;hp=07b998224dba662a33583f95d83e4896d1826619;hpb=f4964573a60155545e02cbbebc47199f7480cf14;p=dcpomatic.git diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index 07b998224..a240ec1b6 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -19,15 +19,17 @@ */ #include "wx_util.h" -#include "lib/kdm_filename_format.h" #include #include #include #include #include +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 _film; ScreensPanel* _screens;