diff options
author | Ulrich Eckhardt <vdr@uli-eckhardt.de> | 2017-04-23 16:16:20 +0200 |
---|---|---|
committer | Ulrich Eckhardt <vdr@uli-eckhardt.de> | 2017-04-23 16:16:20 +0200 |
commit | 9f092c80185cf394b10b431942715692601e34ec (patch) | |
tree | a19c6d1449c25116ae484f8edd92163ca389e309 /radioaudio.h | |
parent | da98c3799f3e131a921cf672676b9192cd3a3a7b (diff) | |
download | vdr-plugin-radio-9f092c80185cf394b10b431942715692601e34ec.tar.gz vdr-plugin-radio-9f092c80185cf394b10b431942715692601e34ec.tar.bz2 |
Compiles with VDR 2.3.x1.0.1
Diffstat (limited to 'radioaudio.h')
-rwxr-xr-x[-rw-r--r--] | radioaudio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/radioaudio.h b/radioaudio.h index 90c9cae..ab35307 100644..100755 --- a/radioaudio.h +++ b/radioaudio.h @@ -81,7 +81,11 @@ private: bool rt_start; bool rt_bstuff; protected: +#if VDRVERSNUM >= 20300 + virtual void Receive(const uchar *Data, int Length); +#else virtual void Receive(uchar *Data, int Length); +#endif public: cRDSReceiver(int Pid); virtual ~cRDSReceiver(void); |