diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-13 21:30:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-13 21:30:31 +0200 |
| commit | f061d22bd48bdc33e105e450b774d90eecda3149 (patch) | |
| tree | 9198a793b1cb510998595f89518e29a793a68fad | |
| parent | eb970af6fa9ddc854f13c88d6d8fd3b4a1057b9c (diff) | |
Missing explicit.
| -rw-r--r-- | src/wx/report_problem_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/report_problem_dialog.h b/src/wx/report_problem_dialog.h index ad76795a3..9ee8f33f4 100644 --- a/src/wx/report_problem_dialog.h +++ b/src/wx/report_problem_dialog.h @@ -34,7 +34,7 @@ class Film; class ReportProblemDialog : public wxDialog { public: - ReportProblemDialog(wxWindow* parent, std::shared_ptr<Film> film = std::shared_ptr<Film>()); + explicit ReportProblemDialog(wxWindow* parent, std::shared_ptr<Film> film = std::shared_ptr<Film>()); void report(); |
