diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-16 15:59:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-12-16 15:59:02 +0000 |
| commit | 7e4d7d9e4f146576a63c6ab1be9bca5a79b507d9 (patch) | |
| tree | 96c0edcde9d9bcaface13ce6bbdf00f24d46619d /src/wx/kdm_dialog.h | |
| parent | 7af655af72ef6259368583a917987dee6d7e4646 (diff) | |
Confirm overwrite of KDMs (#1008).
Diffstat (limited to 'src/wx/kdm_dialog.h')
| -rw-r--r-- | src/wx/kdm_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index a76c2a14f..099db951b 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -42,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; |
