X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.h;h=b12bece618508505962ef001458bfea7533a6672;hp=651087907d24d038432efa9f9679d6935e342367;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/wx/report_problem_dialog.h b/src/wx/report_problem_dialog.h index 651087907..b12bece61 100644 --- a/src/wx/report_problem_dialog.h +++ b/src/wx/report_problem_dialog.h @@ -18,11 +18,13 @@ */ + #include "lib/warnings.h" DCPOMATIC_DISABLE_WARNINGS #include DCPOMATIC_ENABLE_WARNINGS -#include +#include + class wxTextCtrl; class wxFlexGridSizer; @@ -32,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;