summaryrefslogtreecommitdiff
path: root/src/wx/report_problem_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-06-13 01:01:57 +0200
committerCarl Hetherington <cth@carlh.net>2025-06-13 01:01:57 +0200
commitcb8567bf31d8b9678b524f644bfe6117b817e536 (patch)
tree61c55f79bd55124c4349941294e4d0a376ebfaf9 /src/wx/report_problem_dialog.h
parent0cc02b1a10a6d6f24e0346af1a6ec18e93dc37fa (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.h4
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;