summaryrefslogtreecommitdiff
path: root/timerstatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'timerstatus.h')
-rw-r--r--timerstatus.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/timerstatus.h b/timerstatus.h
index 5e25a4a..29b20cd 100644
--- a/timerstatus.h
+++ b/timerstatus.h
@@ -25,13 +25,13 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
class cTimerStatusMonitor : public cStatus
{
- bool conflictCheckAdvised;
- protected:
- virtual void TimerChange(const cTimer *Timer, eTimerChange Change);
- public:
- cTimerStatusMonitor();
- void SetConflictCheckAdvised(bool ConflictCheckAdvised = true);
- bool ConflictCheckAdvised();
+ bool conflictCheckAdvised;
+protected:
+ virtual void TimerChange(const cTimer *Timer, eTimerChange Change);
+public:
+ cTimerStatusMonitor();
+ void SetConflictCheckAdvised(bool ConflictCheckAdvised = true);
+ bool ConflictCheckAdvised();
};
extern cTimerStatusMonitor* gl_timerStatusMonitor;