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 /timerstatus.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 'timerstatus.h')
-rw-r--r-- | timerstatus.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/timerstatus.h b/timerstatus.h index 9cfc925..61b933d 100644 --- a/timerstatus.h +++ b/timerstatus.h @@ -27,15 +27,15 @@ The project's page is at http://winni.vdr-developer.org/epgsearch enum eTimerChange { tcMod, tcAdd, tcDel }; #endif -class cTimerStatusMonitor : public cStatus +class cTimerStatusMonitor : public cStatus { bool conflictCheckAdvised; protected: virtual void TimerChange(const cTimer *Timer, eTimerChange Change); public: cTimerStatusMonitor(); - void SetConflictCheckAdvised(bool ConflictCheckAdvised = true); - bool ConflictCheckAdvised(); + void SetConflictCheckAdvised(bool ConflictCheckAdvised = true); + bool ConflictCheckAdvised(); }; extern cTimerStatusMonitor* gl_timerStatusMonitor; |