summaryrefslogtreecommitdiff
path: root/eit2.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-10-16 21:01:06 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-10-16 21:01:06 +0200
commitcee549473dacfa3e82cb13bd9bbe1c8f0e8c1a6a (patch)
tree58e52874ac32273aa1a6a99b83bdc9c09ebb076d /eit2.c
parent7de1003a14fb4b41920896c550db4e58f53aea8d (diff)
downloadvdr-plugin-eepg-cee549473dacfa3e82cb13bd9bbe1c8f0e8c1a6a.tar.gz
vdr-plugin-eepg-cee549473dacfa3e82cb13bd9bbe1c8f0e8c1a6a.tar.bz2
fix some includes
Diffstat (limited to 'eit2.c')
-rw-r--r--eit2.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/eit2.c b/eit2.c
index 5bd7cc4..6c88594 100644
--- a/eit2.c
+++ b/eit2.c
@@ -10,6 +10,7 @@
#include <vdr/config.h>
#include "log.h"
#include "util.h"
+#include "dish.h"
using namespace std;
using namespace util;
@@ -110,8 +111,8 @@ namespace SI
cComponents *Components = NULL;
-
- for (SI::Loop::Iterator it2; (d = SiEitEvent->eventDescriptors.getNext(it2)); )
+ DescriptorLoop dl = SiEitEvent->eventDescriptors;
+ for (SI::Loop::Iterator it2; (d = dl.getNext(it2)); )
{
if (ExternalData && d->getDescriptorTag() != SI::ComponentDescriptorTag)
{