diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-02 17:25:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:48 +0100 |
| commit | 86765a617035e0283c20c9f2696909743e618156 (patch) | |
| tree | 9134dd73b0cb0761533b7b798d8cb3b6ebfd2200 /src/wx/report_problem_dialog.h | |
| parent | 7a3f4f1b6411f7d15bf00e863fb5e70a5d930dd8 (diff) | |
Stub player.
Diffstat (limited to 'src/wx/report_problem_dialog.h')
| -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 a13c6a671..9bd70a50e 100644 --- a/src/wx/report_problem_dialog.h +++ b/src/wx/report_problem_dialog.h @@ -29,7 +29,7 @@ class Film; class ReportProblemDialog : public wxDialog { public: - ReportProblemDialog (wxWindow* parent, boost::shared_ptr<Film> film); + ReportProblemDialog (wxWindow* parent, boost::shared_ptr<Film> film = boost::shared_ptr<Film>()); void report (); |
