diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-09-22 19:43:08 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-09-22 19:43:08 +0200 |
commit | eff341390c079060d0904a53b7eebe84e2315f3a (patch) | |
tree | d45d902e7a7022a95a3e9c58346d88c45e0da517 /menu_conflictcheck.h | |
parent | be2c5ff1bfdff45d384981816ef692f0179a7f15 (diff) | |
download | vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.gz vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.bz2 |
Delete trailing whitespace, thanks to Ville Skyttä for patches
Diffstat (limited to 'menu_conflictcheck.h')
-rw-r--r-- | menu_conflictcheck.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/menu_conflictcheck.h b/menu_conflictcheck.h index 754bd93..8db5f06 100644 --- a/menu_conflictcheck.h +++ b/menu_conflictcheck.h @@ -30,7 +30,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch // --- cMenuConflictCheckItem ------------------------------------------------------ class cMenuConflictCheckItem : public cOsdItem { -public: +public: cConflictCheckTime* checktime; cConflictCheckTimerObj* timerObj; cMenuConflictCheckItem(cConflictCheckTime* Ct, cConflictCheckTimerObj* TimerObj = NULL); @@ -39,7 +39,7 @@ public: // --- cMenuConflictCheck ------------------------------------------------------ class cMenuConflictCheck : public cOsdMenu { private: - cConflictCheck conflictCheck; + cConflictCheck conflictCheck; bool showAll; int lastSel; virtual eOSState ProcessKey(eKeys Key); @@ -53,7 +53,7 @@ private: // --- cMenuConflictCheckDetailsItem ------------------------------------------------------ class cMenuConflictCheckDetailsItem : public cOsdItem { bool hasTimer; -public: +public: cConflictCheckTimerObj* timerObj; cMenuConflictCheckDetailsItem(cConflictCheckTimerObj* TimerObj = NULL); bool Update(bool Force = false); @@ -63,7 +63,7 @@ public: class cMenuConflictCheckDetails : public cOsdMenu { private: cConflictCheck* conflictCheck; - cConflictCheckTimerObj* timerObj; + cConflictCheckTimerObj* timerObj; cConflictCheckTime* checktime; cEventObjects eventObjects; |