diff options
Diffstat (limited to 'switchtimer.h')
-rw-r--r-- | switchtimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/switchtimer.h b/switchtimer.h index 695249b..88c860a 100644 --- a/switchtimer.h +++ b/switchtimer.h @@ -38,7 +38,7 @@ public: int unmute; cSwitchTimer(void); - cSwitchTimer(const cEvent* Event, int SwitchMinsBefore=1, int mode=0, int unmute=0); + cSwitchTimer(const cEvent* Event, int SwitchMinsBefore = 1, int mode = 0, int unmute = 0); cSwitchTimer& operator= (const cSwitchTimer &SwitchTimer); const cEvent* Event(); bool Parse(const char *s); |