X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/25a8a62bada406cd8164704ff10ba922853fd39d..e7a77b87eee22c35e93cbd42b329dc5165e29144:/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; }