diff options
Diffstat (limited to 'src/wx/hints_dialog.h')
| -rw-r--r-- | src/wx/hints_dialog.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/wx/hints_dialog.h b/src/wx/hints_dialog.h index 1c77faf3e..44420405a 100644 --- a/src/wx/hints_dialog.h +++ b/src/wx/hints_dialog.h @@ -34,17 +34,17 @@ class Hints; class HintsDialog : public wxDialog { public: - HintsDialog (wxWindow* parent, std::weak_ptr<Film>, bool ok); + HintsDialog(wxWindow* parent, std::weak_ptr<Film>, bool ok); private: - void film_change (ChangeType); - void film_content_change (ChangeType type); - void shut_up (wxCommandEvent& ev); - void update (); - void hint (std::string text); - void pulse (); - void finished (); - void progress (std::string m); + void film_change(ChangeType); + void film_content_change(ChangeType type); + void shut_up(wxCommandEvent& ev); + void update(); + void hint(std::string text); + void pulse(); + void finished(); + void progress(std::string m); std::weak_ptr<Film> _film; wxGauge* _gauge; |
