X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.h;h=b12bece618508505962ef001458bfea7533a6672;hb=31de5b1272d928557a7272977584f5dcc9876c75;hp=651087907d24d038432efa9f9679d6935e342367;hpb=2da4caba7871455c097c0ed940dd6f2332dbda5d;p=dcpomatic.git 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;