X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fplayer_information.h;fp=src%2Fwx%2Fplayer_information.h;h=b311847cb17be9a6c638eff14e71be36ad081848;hp=269a9e6c7357555167fc6f7c6e585fbaeacf799a;hb=600e0c67c61b29427602918daebb38a4822f95cb;hpb=ae11f9e1104cca1f138a09b35fdff20587a8144b diff --git a/src/wx/player_information.h b/src/wx/player_information.h index 269a9e6c7..b311847cb 100644 --- a/src/wx/player_information.h +++ b/src/wx/player_information.h @@ -41,8 +41,11 @@ private: void periodic_update (); std::weak_ptr _viewer; + wxPanel* _kdm_panel; wxSizer* _sizer; wxStaticText** _dcp; + wxStaticText* _kdm_from; + wxStaticText* _kdm_to; wxStaticText* _dropped; wxStaticText* _decode_resolution; boost::scoped_ptr _timer;