The return type of cMarks::Add() has been changed to void

This commit is contained in:
Klaus Schmidinger
2012-11-12 14:51:18 +01:00
parent b951ca48a5
commit bc06fdf414
3 changed files with 10 additions and 10 deletions

View File

@@ -7312,3 +7312,6 @@ Video Disk Recorder Revision History
start up to twice as fast as before.
- Updated the Romanian OSD texts (thanks to Lucian Muresan).
- Fixed handling the very last entry in a recording index.
- The return type of cMarks::Add() has been changed to void, since due to the sorting
of the list of marks the returned pointer might have pointed to a totally different
mark. Besides, the return value was never actually used.