Made cOsdMenu::Display() virtual

This commit is contained in:
Klaus Schmidinger
2003-09-14 11:05:44 +02:00
parent 903148b5ad
commit e45b9d0be3
3 changed files with 6 additions and 2 deletions

View File

@@ -2395,3 +2395,5 @@ Video Disk Recorder Revision History
Endriss).
- Added 'repeat' function keys '7' and '9' ("jump to mark") in replay mode
(suggested by Oliver Endriss).
- Made cOsdMenu::Display() virtual, which allows plugins to do some additional
processing after calling the base class function (suggested by Jan Rieger).