X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fplayer_information.h;h=0dd6c4ad0e8f9c41f584b90ca43d729afc291dc2;hb=92933c13e9233149e4e80244d92da81b70072214;hp=ae3e134295f3442694a1dceda5fcff9816f83d32;hpb=2da4caba7871455c097c0ed940dd6f2332dbda5d;p=dcpomatic.git diff --git a/src/wx/player_information.h b/src/wx/player_information.h index ae3e13429..0dd6c4ad0 100644 --- a/src/wx/player_information.h +++ b/src/wx/player_information.h @@ -23,14 +23,13 @@ DCPOMATIC_DISABLE_WARNINGS #include DCPOMATIC_ENABLE_WARNINGS #include -#include class FilmViewer; class PlayerInformation : public wxPanel { public: - PlayerInformation (wxWindow* parent, boost::weak_ptr viewer); + PlayerInformation (wxWindow* parent, std::weak_ptr viewer); void triggered_update (); @@ -38,7 +37,7 @@ private: void periodic_update (); - boost::weak_ptr _viewer; + std::weak_ptr _viewer; wxSizer* _sizer; wxStaticText** _dcp; wxStaticText* _dropped;