mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
fixed compilation for VDR 2.3.7 (thanks to Jasmin J)
This commit is contained in:
@@ -41,7 +41,9 @@ private:
|
||||
enum eStates { Channel, Event, Title, Subtitle, Description, Vps, Content, Rating,
|
||||
EndEvent, EndChannel, EndEPG };
|
||||
cConnectionVTP *m_Client;
|
||||
#if APIVERSNUM < 20300
|
||||
cSchedulesLock *m_SchedulesLock;
|
||||
#endif
|
||||
const cSchedules *m_Schedules;
|
||||
const cSchedule *m_Schedule;
|
||||
const cEvent *m_Event;
|
||||
@@ -210,7 +212,9 @@ cLSTEHandler::cLSTEHandler(cConnectionVTP *Client, const char *Option):
|
||||
|
||||
cLSTEHandler::~cLSTEHandler()
|
||||
{
|
||||
#if APIVERSNUM < 20300
|
||||
delete m_SchedulesLock;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool cLSTEHandler::Next(bool &Last)
|
||||
|
Reference in New Issue
Block a user