diff options
author | kamel5 <kamel5 (at) gmx (dot) net> | 2018-03-08 13:30:41 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-01-27 11:30:01 +0100 |
commit | bf2937d86c316edb716c6fe1bdb97e7c706f675c (patch) | |
tree | fa8878241e876ee18fe417de51fc26cea1f76f6a /channelcolumn.h | |
parent | 6ae27238afa33e17dece7311c4728b5c1f2f83b2 (diff) | |
download | vdr-plugin-tvguide-bf2937d86c316edb716c6fe1bdb97e7c706f675c.tar.gz vdr-plugin-tvguide-bf2937d86c316edb716c6fe1bdb97e7c706f675c.tar.bz2 |
Cosmetic changes / SwitchTimer& operator / std:min,std:max
Diffstat (limited to 'channelcolumn.h')
-rw-r--r-- | channelcolumn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/channelcolumn.h b/channelcolumn.h index 799500f..cd32e82 100644 --- a/channelcolumn.h +++ b/channelcolumn.h @@ -20,7 +20,7 @@ private: const cChannel *channel; cHeaderGrid *header; cList<cGrid> grids; -#if defined (APIVERSNUM) && (APIVERSNUM >= 20301) +#if VDRVERSNUM >= 20301 #else cSchedulesLock *schedulesLock; #endif @@ -53,7 +53,7 @@ public: void ClearOutdatedEnd(); int GetNum() {return num;}; void SetNum(int num) {this->num = num;}; -#if defined (APIVERSNUM) && (APIVERSNUM >= 20301) +#if VDRVERSNUM >= 20301 void setTimer(); #else void setTimer() {hasTimer = channel->HasTimer();}; |