summaryrefslogtreecommitdiff
path: root/epghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'epghandler.h')
-rw-r--r--epghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epghandler.h b/epghandler.h
index b37f7c2..c0c5f0a 100644
--- a/epghandler.h
+++ b/epghandler.h
@@ -40,12 +40,14 @@ public:
// bool ParseEitEvent(cSchedule *Schedule, const SI::EIT::Event *EitEvent, uchar TableID, uchar Version);
private:
std::string ExtractAttribute(const char* attr);
+ void FindDuplicate(cEvent* Event, const char* newTitle);
private:
std::string origShortText;
std::string origDescription;
cEquivHandler* equivHandler;
util::cCharsetFixer* charsetFixer;
+ cSchedule* schedule;
static const int _LONG_EVENT_HOURS = 10;
bool modified;