diff options
Diffstat (limited to 'xmltv2vdr.h')
-rw-r--r-- | xmltv2vdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmltv2vdr.h b/xmltv2vdr.h index 0a565c2..3287a6a 100644 --- a/xmltv2vdr.h +++ b/xmltv2vdr.h @@ -56,7 +56,7 @@ private: public: cEPGSource(const char *Name,cEPGMappings *Maps,cTEXTMappings *Texts); ~cEPGSource(); - bool Execute(); + int Execute(); void Store(void); void ChangeChannelSelection(int *Selection); cEPGChannels *ChannelList() |