diff options
Diffstat (limited to 'epghandler.h')
-rw-r--r-- | epghandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epghandler.h b/epghandler.h index 92b7d0b..23874b9 100644 --- a/epghandler.h +++ b/epghandler.h @@ -37,7 +37,7 @@ public: // bool ParseEitEvent(cSchedule *Schedule, const SI::EIT::Event *EitEvent, uchar TableID, uchar Version); private: const char* FixCharset(const char* text); - + std::string ExtractAttribute(const char* attr); private: std::string origShortText; |