X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdvb%2Feit.cpp;h=b78b2279fdace13bebc929c1f2069b3c2a197d6f;hb=8d8294b4b354436adde202604fffb55c181d686c;hp=2462d333a1d9873ffc7efe148aa03f889c2a846e;hpb=e677ac4a7bf81391877c909a703e5918ce4a511b;p=vuplus_dvbapp diff --git a/lib/dvb/eit.cpp b/lib/dvb/eit.cpp index 2462d33..b78b227 100644 --- a/lib/dvb/eit.cpp +++ b/lib/dvb/eit.cpp @@ -7,11 +7,11 @@ void eDVBServiceEITHandler::EITready(int error) { if (!error) { - ePtr > ptr; + ePtr > ptr; if (!m_EIT.getCurrent(ptr)) { int a = 0; - for (EventInformationTableConstIterator i = ptr->getSections().begin(); + for (std::vector::const_iterator i = ptr->getSections().begin(); i != ptr->getSections().end(); ++i) { for (EventConstIterator ev = (*i)->getEvents()->begin(); ev != (*i)->getEvents()->end(); ++ev)