Fixed a compiler warning regarding cMenuChannels::Del() and MenuTimers::Del()

This commit is contained in:
Klaus Schmidinger
2002-11-10 16:07:58 +01:00
parent 9fee2b67ab
commit c05b788deb
2 changed files with 9 additions and 7 deletions

View File

@@ -1765,3 +1765,5 @@ Video Disk Recorder Revision History
to handle cases where the duration of an event is set wrongly and would last beyond
the start time of the next event. Besides, the change in 1.1.10 broke handling EPG
data for NVOD channels.
- Fixed a compiler warning regarding cMenuChannels::Del() and MenuTimers::Del() hiding
the base class virtual functions.