diff options
Diffstat (limited to 'player.c')
-rw-r--r-- | player.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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); |