summaryrefslogtreecommitdiff
path: root/tvguideosd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tvguideosd.h')
-rw-r--r--tvguideosd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tvguideosd.h b/tvguideosd.h
index bc46728..717ce10 100644
--- a/tvguideosd.h
+++ b/tvguideosd.h
@@ -13,6 +13,7 @@ private:
cTimeLine *timeLine;
cChannelGroups *channelGroups;
cFooter *footer;
+ cRecMenuManager *recMenuManager;
bool detailViewActive;
void drawOsd();
void readChannels(const cChannel *channelStart);
@@ -42,6 +43,7 @@ private:
void ScrollBack();
eOSState ChannelSwitch();
void DetailedEPG();
+ void SetTimers();
void dump();
public:
cTvGuideOsd(void);