summaryrefslogtreecommitdiff
path: root/player.c
diff options
context:
space:
mode:
Diffstat (limited to 'player.c')
-rw-r--r--player.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/player.c b/player.c
index 74b19362..f2930207 100644
--- a/player.c
+++ b/player.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: player.c 1.10 2006/01/01 14:45:36 kls Exp $
+ * $Id: player.c 1.11 2006/01/06 11:30:07 kls Exp $
*/
#include "player.h"
@@ -55,6 +55,11 @@ cControl::~cControl()
control = NULL;
}
+cOsdObject *cControl::GetInfo(void)
+{
+ return NULL;
+}
+
cControl *cControl::Control(void)
{
cMutexLock MutexLock(&mutex);