On Thu, Oct 25, 2012 at 5:42 PM, Lars Hanisch dvb@flensrocker.de wrote:
You've forgotten the wrap the definition of ChannelSwitch into #if's:
--- a/rotorng.c +++ b/rotorng.c @@ -333,7 +333,11 @@ int last_position_shown; bool transfer; protected: +#if VDRVERSNUM >= 10726 virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView); +#else
- virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
+#endif public: cStatusMonitor(); };
Are you sure? Its definitely in my copy and seems to be in the one on the projects site.
Thanks