summaryrefslogtreecommitdiff
path: root/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'event.h')
-rw-r--r--event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/event.h b/event.h
index 36c3772..473e9d0 100644
--- a/event.h
+++ b/event.h
@@ -61,7 +61,7 @@ private:
cXMLTVStringList pics;
int parentalRating;
uchar contents[MaxEventContents];
- char *removepowerchar(char *s);
+ char *removechar(char *s, char what);
public:
cXMLTVEvent();
~cXMLTVEvent();
@@ -75,7 +75,7 @@ public:
void SetEITDescription(const char *EITDescription);
void SetCountry(const char *Country);
void SetAudio(const char *Audio);
- void AddDescription(const char *Description);
+ void AddDescription(const char *Description);
void AddVideo(const char *VType, const char *VContent);
void AddCredits(const char *CreditType, const char *Credit, const char *Addendum=NULL);
void AddCategory(const char *Category);