summaryrefslogtreecommitdiff
path: root/dvbosd.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-05-18 12:41:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-05-18 12:41:18 +0200
commit3e5b31af5e88bc4e43971a70b5add6f67cebb701 (patch)
treeaba62ea0b1ba467df4b938420518f09bbb9900c8 /dvbosd.c
parent4da8a8e0666b3bfc1eac21aaf6a3aa66db02578c (diff)
downloadvdr-3e5b31af5e88bc4e43971a70b5add6f67cebb701.tar.gz
vdr-3e5b31af5e88bc4e43971a70b5add6f67cebb701.tar.bz2
Rearranged OSD class names to make 'cOsd' available for the main OSD interface
Diffstat (limited to 'dvbosd.c')
-rw-r--r--dvbosd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbosd.c b/dvbosd.c
index 294ee90d..a0b41d58 100644
--- a/dvbosd.c
+++ b/dvbosd.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbosd.c 1.15 2002/05/13 16:29:20 kls Exp $
+ * $Id: dvbosd.c 1.16 2002/05/18 12:39:39 kls Exp $
*/
#include "dvbosd.h"
@@ -14,7 +14,7 @@
#include "tools.h"
cDvbOsd::cDvbOsd(int VideoDev, int x, int y)
-:cOsd(x, y)
+:cOsdBase(x, y)
{
videoDev = VideoDev;
if (videoDev < 0)