Confirm overwrite of KDMs (#1008).
[dcpomatic.git] / src / wx / kdm_dialog.h
index bae2fc16ba5c05b80257f78db1fa583b1ee8cafe..099db951beede0d9fde2b4d3622bdc60cb8398f5 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "wx_util.h"
-#include "lib/kdm_name_format.h"
 #include <dcp/types.h>
 #include <wx/wx.h>
 #include <boost/shared_ptr.hpp>
@@ -43,6 +42,7 @@ public:
 private:
        void setup_sensitivity ();
        void make_clicked ();
+       bool confirm_overwrite (boost::filesystem::path path);
 
        boost::weak_ptr<const Film> _film;
        ScreensPanel* _screens;