summaryrefslogtreecommitdiff
path: root/menuitems.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-05-18 08:57:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-05-18 08:57:42 +0200
commit7da1dc6e1df129d0c04b3904c97d7544d7a3c88d (patch)
tree040d9d318be255eaaf501e38b80bc0c819100846 /menuitems.c
parenta5c2af72778b26b5b51fc9327bb4f5e01b5ed2da (diff)
downloadvdr-7da1dc6e1df129d0c04b3904c97d7544d7a3c88d.tar.gz
vdr-7da1dc6e1df129d0c04b3904c97d7544d7a3c88d.tar.bz2
Fixed some function headers to make them compile with gcc 3.x
Diffstat (limited to 'menuitems.c')
-rw-r--r--menuitems.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menuitems.c b/menuitems.c
index 3a6f94ea..4702bcfa 100644
--- a/menuitems.c
+++ b/menuitems.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menuitems.c 1.2 2002/05/11 10:49:45 kls Exp $
+ * $Id: menuitems.c 1.3 2002/05/18 08:53:59 kls Exp $
*/
#include "menuitems.h"
@@ -471,7 +471,7 @@ void cMenuSetupPage::SetPlugin(cPlugin *Plugin)
SetSection(buf);
}
-void cMenuSetupPage::SetupStore(const char *Name, const char *Value = NULL)
+void cMenuSetupPage::SetupStore(const char *Name, const char *Value)
{
if (plugin)
plugin->SetupStore(Name, Value);