X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fdkdm_dialog.h;h=4235de511b5e5cb20665aca8866a220ca38c6451;hp=f6f29f852778b64e380970d5de8251b6fa3cdf4d;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/wx/dkdm_dialog.h b/src/wx/dkdm_dialog.h index f6f29f852..4235de511 100644 --- a/src/wx/dkdm_dialog.h +++ b/src/wx/dkdm_dialog.h @@ -20,7 +20,6 @@ #include "wx_util.h" #include -#include #include class Film; @@ -34,14 +33,14 @@ struct CPLSummary; class DKDMDialog : public wxDialog { public: - DKDMDialog (wxWindow *, boost::shared_ptr film); + DKDMDialog (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; RecipientsPanel* _recipients; KDMTimingPanel* _timing; KDMCPLPanel* _cpl;