summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/osd.h b/osd.h
index e1efd336..3835b093 100644
--- a/osd.h
+++ b/osd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.h 1.39 2003/04/21 13:40:45 kls Exp $
+ * $Id: osd.h 1.40 2003/09/14 10:59:22 kls Exp $
*/
#ifndef __OSD_H
@@ -165,7 +165,7 @@ public:
int Current(void) { return current; }
void Add(cOsdItem *Item, bool Current = false, cOsdItem *After = NULL);
void Ins(cOsdItem *Item, bool Current = false, cOsdItem *Before = NULL);
- void Display(void);
+ virtual void Display(void);
virtual eOSState ProcessKey(eKeys Key);
};