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