fix
[enigma2.git] / lib / dvb / epgcache.h
index 3c2b612b058f84cde9a725933ceb270cd22ad1a9..fe461d9db1a46f90aaf5591f320986f9e315b8de 100644 (file)
@@ -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; }