From d1e3f613ce43e5b355807398369393fb8e35e63e Mon Sep 17 00:00:00 2001 From: horchi Date: Mon, 21 Feb 2022 15:00:59 +0100 Subject: compiler porting --- menu.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'menu.h') diff --git a/menu.h b/menu.h index 186cd3a..c6df1dc 100644 --- a/menu.h +++ b/menu.h @@ -24,7 +24,7 @@ class cPinMenuItem : public cOsdItem { public: - + cPinMenuItem(const char* title, int osState); }; @@ -48,12 +48,12 @@ class cPinMenu : public cOsdMenu, public PinService miEditMenuItemList, miProtectSetup }; - - cPinMenu(const char* title, cLockItems* theChannels, + + cPinMenu(const char* title, cLockItems* theChannels, cLockedBroadcasts* theBroadcasts, cLockItems* thePlugins, cLockItems* theMenuItems); virtual ~cPinMenu(); - + virtual eOSState ProcessKey(eKeys key); int addCurrentChannel(); @@ -74,9 +74,9 @@ class cPinMenu : public cOsdMenu, public PinService class cLockMenuItem : public cOsdItem { - + public: - + cLockMenuItem(cLockItem* aItem); virtual ~cLockMenuItem(); @@ -96,10 +96,10 @@ class cLockMenuItem : public cOsdItem class cLockMenu : public cOsdMenu, public PinService { public: - + cLockMenu(const char* title, cLockItems* theItems, ListType theType); virtual ~cLockMenu(); - + eOSState ProcessKey(eKeys key); protected: -- cgit v1.2.3