summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-11-10 16:07:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-11-10 16:07:58 +0100
commitc05b788debf46d018aa3383c3017f89ba4165e63 (patch)
treeb6a55ead0949d304c8dc97bcbe441269918999c5 /HISTORY
parent9fee2b67abb2594c5db2ca9f66525cb09e7b5cc7 (diff)
downloadvdr-c05b788debf46d018aa3383c3017f89ba4165e63.tar.gz
vdr-c05b788debf46d018aa3383c3017f89ba4165e63.tar.bz2
Fixed a compiler warning regarding cMenuChannels::Del() and MenuTimers::Del()1.1.16
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 07741159..e0a5f119 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.