X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_dialog.h;h=a240ec1b6bb85040cf854b62cf9fd05a99546e65;hb=b33437685e43427459e7ea752f3cd3d621878573;hp=bae2fc16ba5c05b80257f78db1fa583b1ee8cafe;hpb=479cab0437a14f9fbf5949a6334d43eb384168ad;p=dcpomatic.git diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index bae2fc16b..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_name_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;