summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdr_player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vdr_player.h b/vdr_player.h
index b7ec374..1ab8d9e 100644
--- a/vdr_player.h
+++ b/vdr_player.h
@@ -49,6 +49,9 @@ private:
//! \brief indicates, whether an osd is currently displayed
bool m_has_osd;
#if VDRVERSNUM >= 10307
+ //! \brief a replay display to show the progress during playback
+ cSkinDisplayReplay *m_display;
+
cOsd *osd;
const cFont *font;
#endif