X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/25a8a62bada406cd8164704ff10ba922853fd39d..65fba71fdcfa303091de1a00120dbb58f8978a69:/lib/dvb/epgcache.h diff --git a/lib/dvb/epgcache.h b/lib/dvb/epgcache.h index 3c2b612b..fe461d9d 100644 --- a/lib/dvb/epgcache.h +++ b/lib/dvb/epgcache.h @@ -221,6 +221,7 @@ private: void DVBChannelRunning(iDVBChannel *); timeMap::iterator m_timemap_cursor, m_timemap_end; + int currentQueryTsidOnid; // needed for getNextTimeEntry.. only valid until next startTimeQuery call #endif // SWIG public: static eEPGCache *getInstance() { return instance; }