diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-05-18 12:41:18 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-05-18 12:41:18 +0200 |
commit | 3e5b31af5e88bc4e43971a70b5add6f67cebb701 (patch) | |
tree | aba62ea0b1ba467df4b938420518f09bbb9900c8 /dvbosd.h | |
parent | 4da8a8e0666b3bfc1eac21aaf6a3aa66db02578c (diff) | |
download | vdr-3e5b31af5e88bc4e43971a70b5add6f67cebb701.tar.gz vdr-3e5b31af5e88bc4e43971a70b5add6f67cebb701.tar.bz2 |
Rearranged OSD class names to make 'cOsd' available for the main OSD interface
Diffstat (limited to 'dvbosd.h')
-rw-r--r-- | dvbosd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbosd.h 1.11 2002/05/10 14:22:07 kls Exp $ + * $Id: dvbosd.h 1.12 2002/05/18 12:39:31 kls Exp $ */ #ifndef __DVBOSD_H @@ -13,7 +13,7 @@ #include <ost/osd.h> #include "osdbase.h" -class cDvbOsd : public cOsd { +class cDvbOsd : public cOsdBase { private: int videoDev; bool SetWindow(cWindow *Window); |