diff options
Diffstat (limited to 'displayreplay.h')
-rw-r--r-- | displayreplay.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/displayreplay.h b/displayreplay.h index e9901809..5e7999ce 100644 --- a/displayreplay.h +++ b/displayreplay.h @@ -1,6 +1,7 @@ #pragma once #include "baserender.h" +#include "services/scraper2vdr.h" class cFlatDisplayReplay : public cFlatBaseRender, public cSkinDisplayReplay { private: @@ -10,6 +11,7 @@ class cFlatDisplayReplay : public cFlatBaseRender, public cSkinDisplayReplay { cPixmap *labelPixmap; cPixmap *labelJump; cPixmap *iconsPixmap; + cPixmap *chanEpgImagesPixmap; cFont *fontSecs; const cRecording *recording; |