summaryrefslogtreecommitdiff
path: root/src/wx/hints_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-02-01 23:26:09 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-02 12:59:34 +0100
commit941eeb3ab5dbf0bbc23f60b43d9361b7b52969a5 (patch)
tree0705a2926543b917e156ab8f1232c2ec6bfb11c6 /src/wx/hints_dialog.h
parent7536019a318b3db7c6cc1dd5d1fd695cef89c9b6 (diff)
White space: config.{cc,h} player.{cc,h} about_dialog.{cc,h} hints_dialog.{cc,h}
Diffstat (limited to 'src/wx/hints_dialog.h')
-rw-r--r--src/wx/hints_dialog.h18
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;