Changed cMenuRecordings::Del() to cMenuRecordings::Delete() to avoid a warning in gcc-3.2

This commit is contained in:
Klaus Schmidinger
2002-10-06 10:40:27 +02:00
parent 53407825f9
commit b7d3273d92
4 changed files with 10 additions and 8 deletions

View File

@@ -1571,5 +1571,6 @@ Video Disk Recorder Revision History
- The "Use DiSEqC" parameter in the "Setup/LNB" menu has been moved to the beginning
of the list and disables the rest of the parameters when set to "yes", since these
are now only meaningful if DiSEqC is _not_ used.
- Removed some unnecessary #includes from eit.c, which caused warnings with gcc-3.2
(thanks to Andreas Schultz for pointing this out).
- Removed some unnecessary #includes from eit.c and changed cMenuRecordings::Del()
to cMenuRecordings::Delete() to avoid warnings in gcc-3.2 (thanks to Andreas
Schultz for pointing this out).