X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/68271eeaf83872270f13cc01e98960367d7d553f..f94e2c9821eb8784ca03b7122485d4720ec6d6e6:/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; }