diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-13 01:01:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-13 01:01:57 +0200 |
| commit | cb8567bf31d8b9678b524f644bfe6117b817e536 (patch) | |
| tree | 61c55f79bd55124c4349941294e4d0a376ebfaf9 /src/wx/report_problem_dialog.h | |
| parent | 0cc02b1a10a6d6f24e0346af1a6ec18e93dc37fa (diff) | |
White space: report_problem_dialog.{cc,h}
Diffstat (limited to 'src/wx/report_problem_dialog.h')
| -rw-r--r-- | src/wx/report_problem_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/report_problem_dialog.h b/src/wx/report_problem_dialog.h index 06a8c2ed0..c43defd41 100644 --- a/src/wx/report_problem_dialog.h +++ b/src/wx/report_problem_dialog.h @@ -34,9 +34,9 @@ class Film; class ReportProblemDialog : public wxDialog { public: - ReportProblemDialog (wxWindow* parent, std::shared_ptr<Film> film = std::shared_ptr<Film>()); + ReportProblemDialog(wxWindow* parent, std::shared_ptr<Film> film = std::shared_ptr<Film>()); - void report (); + void report(); private: std::shared_ptr<Film> _film; |
