summaryrefslogtreecommitdiff
path: root/src/wx/player_information.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/player_information.h')
-rw-r--r--src/wx/player_information.h3
1 files changed, 3 insertions, 0 deletions
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<FilmViewer> _viewer;
+ wxPanel* _kdm_panel;
wxSizer* _sizer;
wxStaticText** _dcp;
+ wxStaticText* _kdm_from;
+ wxStaticText* _kdm_to;
wxStaticText* _dropped;
wxStaticText* _decode_resolution;
boost::scoped_ptr<wxTimer> _timer;