X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.h;h=06a8c2ed03fc32cead2c5a5f8268f1fca70c21b8;hb=da13c2af9e8f19229061ca1939cbe8bd37c72eba;hp=9bd70a50e7c73226f44dc644b53814de63c9dcec;hpb=86765a617035e0283c20c9f2696909743e618156;p=dcpomatic.git diff --git a/src/wx/report_problem_dialog.h b/src/wx/report_problem_dialog.h index 9bd70a50e..06a8c2ed0 100644 --- a/src/wx/report_problem_dialog.h +++ b/src/wx/report_problem_dialog.h @@ -18,8 +18,13 @@ */ + +#include +LIBDCP_DISABLE_WARNINGS #include -#include +LIBDCP_ENABLE_WARNINGS +#include + class wxTextCtrl; class wxFlexGridSizer; @@ -29,12 +34,12 @@ class Film; class ReportProblemDialog : public wxDialog { public: - ReportProblemDialog (wxWindow* parent, boost::shared_ptr film = boost::shared_ptr()); + ReportProblemDialog (wxWindow* parent, std::shared_ptr film = std::shared_ptr()); void report (); private: - boost::shared_ptr _film; + std::shared_ptr _film; wxSizer* _overall_sizer; wxFlexGridSizer* _table;