summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/report_problem_dialog.h2
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();