X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.h;h=651087907d24d038432efa9f9679d6935e342367;hb=c622a06189181a3a6ad356094c9a3cf4e1f5a722;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..651087907 100644 --- a/src/wx/report_problem_dialog.h +++ b/src/wx/report_problem_dialog.h @@ -18,7 +18,10 @@ */ +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS #include class wxTextCtrl; @@ -29,7 +32,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 +45,3 @@ private: wxCheckBox* _send_logs; wxTextCtrl* _email; }; -