From f061d22bd48bdc33e105e450b774d90eecda3149 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 13 Jun 2025 21:30:31 +0200 Subject: Missing explicit. --- src/wx/report_problem_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 = std::shared_ptr()); + explicit ReportProblemDialog(wxWindow* parent, std::shared_ptr film = std::shared_ptr()); void report(); -- cgit v1.2.3