diff options
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();}; |