X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.h;h=9bd70a50e7c73226f44dc644b53814de63c9dcec;hb=166f44ff1b500f684417d660bb349d35383996ee;hp=a13c6a671a6fd36fce8d47a778933fb54edb78e3;hpb=67a68bd971ebe1b35daa3f75873b4ccb53c00ba0;p=dcpomatic.git 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); + ReportProblemDialog (wxWindow* parent, boost::shared_ptr film = boost::shared_ptr()); void report ();