X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_dialog.h;h=ea504f8429b1922f4846320510e59641ff207f6d;hb=2a616640a07662410d6e5f986a692281fdc3c744;hp=a240ec1b6bb85040cf854b62cf9fd05a99546e65;hpb=f41818f14369f170475b7f2bde1a2dd856517b14;p=dcpomatic.git diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index a240ec1b6..ea504f842 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -21,7 +21,6 @@ #include "wx_util.h" #include #include -#include #include #include @@ -40,14 +39,14 @@ struct CPLSummary; class KDMDialog : public wxDialog { public: - KDMDialog (wxWindow *, boost::shared_ptr film); + KDMDialog (wxWindow *, std::shared_ptr film); private: void setup_sensitivity (); void make_clicked (); bool confirm_overwrite (boost::filesystem::path path); - boost::weak_ptr _film; + std::weak_ptr _film; ScreensPanel* _screens; KDMTimingPanel* _timing; KDMCPLPanel* _cpl;