X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.h;h=9bd70a50e7c73226f44dc644b53814de63c9dcec;hb=f9db80a8e61cedd001d10b555d0798798a773668;hp=fda3761d326a7fa1ffff2fab29234ea2875adc7d;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/wx/report_problem_dialog.h b/src/wx/report_problem_dialog.h index fda3761d3..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); + ReportProblemDialog (wxWindow* parent, boost::shared_ptr film = boost::shared_ptr()); void report (); @@ -42,4 +42,3 @@ private: wxCheckBox* _send_logs; wxTextCtrl* _email; }; -