summaryrefslogtreecommitdiff
path: root/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.c')
-rw-r--r--plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin.c b/plugin.c
index 8d4d4cb..5b8bc5f 100644
--- a/plugin.c
+++ b/plugin.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: plugin.c 1.7 2002/08/11 11:21:00 kls Exp $
+ * $Id: plugin.c 1.8 2002/11/16 14:22:37 kls Exp $
*/
#include "plugin.h"
@@ -64,7 +64,7 @@ const char *cPlugin::MainMenuEntry(void)
return NULL;
}
-cOsdMenu *cPlugin::MainMenuAction(void)
+cOsdObject *cPlugin::MainMenuAction(void)
{
return NULL;
}