summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/kdm_dialog.h')
-rw-r--r--src/wx/kdm_dialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h
index b6e4b7604..168fb2544 100644
--- a/src/wx/kdm_dialog.h
+++ b/src/wx/kdm_dialog.h
@@ -44,12 +44,12 @@ class ScreensPanel;
class KDMDialog : public wxDialog
{
public:
- KDMDialog (wxWindow *, std::shared_ptr<const Film> film);
+ KDMDialog(wxWindow *, std::shared_ptr<const Film> film);
private:
- void setup_sensitivity ();
- void make_clicked ();
- bool confirm_overwrite (boost::filesystem::path path);
+ void setup_sensitivity();
+ void make_clicked();
+ bool confirm_overwrite(boost::filesystem::path path);
void cpl_changed();
void screens_changed();