summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-08-01 17:55:01 +0200
committerJochen Dolze <vdr@dolze.de>2011-08-01 17:55:01 +0200
commit197e21d0450b0fdc6b52f8c89a48c3cd637c88ed (patch)
tree2c21c0d96fabd693f22a3b956224f0a6da5ab383 /setup.h
parent4acb900fec6961c82d67f0d87e1e6a973324005d (diff)
downloadvdr-plugin-xmltv2vdr-197e21d0450b0fdc6b52f8c89a48c3cd637c88ed.tar.gz
vdr-plugin-xmltv2vdr-197e21d0450b0fdc6b52f8c89a48c3cd637c88ed.tar.bz2
Fixed "parse error" bug
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index a787db7..b1a9b3e 100644
--- a/setup.h
+++ b/setup.h
@@ -126,6 +126,7 @@ private:
const char *channel;
int getdaysmax();
cOsdItem *newtitle (const char *s);
+ cOsdItem *optionN(const char *s, int num);
cOsdItem *option(const char *s, bool yesno);
void epgmappingreplace(cEPGMapping *newmapping);
int c1,c2,c3,cm;