From d723bdc772b60190af39a256bffc33c27cfb9575 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Mon, 29 Oct 2012 16:01:13 +0100 Subject: renamed thread so that it is different from EPGFixer plugin --- util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util.c b/util.c index 88de2b6..415f213 100644 --- a/util.c +++ b/util.c @@ -167,7 +167,7 @@ public: }; cAddEventThread::cAddEventThread(void) -:cThread("cAddEventThread"), LastHandleEvent() +:cThread("cAddEEPGEventThread"), LastHandleEvent() { map_list = new std::map*,tChannelIDCompare>; } @@ -178,7 +178,7 @@ cAddEventThread::~cAddEventThread(void) Cancel(3); std::map*,tChannelIDCompare>::iterator it; for ( it=map_list->begin() ; it != map_list->end(); it++ ) - (*it).second->cList::Clear(); + (*it).second->Clear(); } void cAddEventThread::Action(void) -- cgit v1.2.3