summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2012-06-23 16:27:43 +0200
committeranbr <vdr07@deltab.de>2012-06-23 16:27:43 +0200
commit78a968e479372c31ef9a8c011bd0fffd7967bbd6 (patch)
treeb2b7f54ea2eeddd12103a75c22b26e1217340bd9
parentad2769a298840b7742b0b1cc4f9be89fa42b1062 (diff)
downloadvdr-plugin-dvdswitch-78a968e479372c31ef9a8c011bd0fffd7967bbd6.tar.gz
vdr-plugin-dvdswitch-78a968e479372c31ef9a8c011bd0fffd7967bbd6.tar.bz2
Can't compile with g++-4.4 (Closes: #1029)
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 94e68fd..3801498 100644
--- a/setup.c
+++ b/setup.c
@@ -301,7 +301,7 @@ void cMenuSetupDVDSwitch::Set(void)
ViewKeyPos = Count() - 1;
if(ViewKey)
{
- static const char *Commands[memberof(cDVDSwitchSetup::CommandsShortName)] = {
+ static const char *Commands[memberof(DVDSwitchSetup.CommandsShortName)] = {
tr("None function"),
tr("Dir. Management"),
tr("Tray open"),