X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_dialog.h;h=a240ec1b6bb85040cf854b62cf9fd05a99546e65;hb=a713e8258acc3f0e960c4e87ba8684902d29a591;hp=a76c2a14f9e26d46bb899ca1118a48e51a8ab123;hpb=1d022220899c63e2cae0a2a9a81f6c6db955a23d;p=dcpomatic.git diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index a76c2a14f..a240ec1b6 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -25,8 +25,11 @@ #include #include +namespace dcpomatic { + class Screen; +} + class Cinema; -class Screen; class Film; class ScreensPanel; class KDMTimingPanel; @@ -42,6 +45,7 @@ public: private: void setup_sensitivity (); void make_clicked (); + bool confirm_overwrite (boost::filesystem::path path); boost::weak_ptr _film; ScreensPanel* _screens;