diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-03-22 14:02:47 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-05 13:04:26 +0200 |
commit | 4ba3e07bb3eed9cd261219978b238157af202885 (patch) | |
tree | e5668b1490becfc4df72ecf1ca0637de0df4f6dd /switchtimer.h | |
parent | 9d04343f62f685e74ed589ca18b2aabef2a61dc9 (diff) | |
download | vdr-plugin-tvguideng-4ba3e07bb3eed9cd261219978b238157af202885.tar.gz vdr-plugin-tvguideng-4ba3e07bb3eed9cd261219978b238157af202885.tar.bz2 |
Some cosmetic changes
Diffstat (limited to 'switchtimer.h')
-rw-r--r-- | switchtimer.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/switchtimer.h b/switchtimer.h index ba1479a..331bd8c 100644 --- a/switchtimer.h +++ b/switchtimer.h @@ -17,13 +17,13 @@ public: }; cSwitchTimer& operator= (const cSwitchTimer &SwitchTimer) { - this->eventID = SwitchTimer.eventID; - this->startTime = SwitchTimer.startTime; - this->channelID = SwitchTimer.channelID; - this->switchMinsBefore = SwitchTimer.switchMinsBefore; - this->announceOnly = SwitchTimer.announceOnly; + this->eventID = SwitchTimer.eventID; + this->startTime = SwitchTimer.startTime; + this->channelID = SwitchTimer.channelID; + this->switchMinsBefore = SwitchTimer.switchMinsBefore; + this->announceOnly = SwitchTimer.announceOnly; - return *this; + return *this; }; cSwitchTimer(void); cSwitchTimer(const cEvent* Event); |