summaryrefslogtreecommitdiff
path: root/epghandler.h
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-10-29 11:18:28 +0100
committerDimitar Petrovski <dimeptr@gmail.com>2012-10-29 11:18:28 +0100
commit023c24e88bae40f472cb0c37fc02ea67d4a5b5bc (patch)
treed152eca70175b6085825083b3548eab89550cf75 /epghandler.h
parent74f1fce1874992adb9c461997461129ec4d04559 (diff)
downloadvdr-plugin-eepg-023c24e88bae40f472cb0c37fc02ea67d4a5b5bc.tar.gz
vdr-plugin-eepg-023c24e88bae40f472cb0c37fc02ea67d4a5b5bc.tar.bz2
use std string for manipulation of Short Text from description
Diffstat (limited to 'epghandler.h')
-rw-r--r--epghandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epghandler.h b/epghandler.h
index 003fd32..feaad9d 100644
--- a/epghandler.h
+++ b/epghandler.h
@@ -29,7 +29,7 @@ public:
virtual bool SetStartTime(cEvent *Event, time_t StartTime);
virtual bool SetDuration(cEvent *Event, int Duration);
virtual bool SetVps(cEvent *Event, time_t Vps);
- virtual bool FixEpgBugs(cEvent *Event) { return false; }
+ virtual bool FixEpgBugs(cEvent *Event);
virtual bool HandleEvent(cEvent *Event);
virtual bool SortSchedule(cSchedule *Schedule);
virtual bool DropOutdated(cSchedule *Schedule, time_t SegmentStart, time_t SegmentEnd, uchar TableID, uchar Version);