cVector::Clear() now reinitializes any previously used members

This commit is contained in:
Klaus Schmidinger
2012-05-20 14:01:02 +02:00
parent cdaf99121b
commit d2030debc0
2 changed files with 4 additions and 1 deletions

View File

@@ -7114,3 +7114,4 @@ Video Disk Recorder Revision History
- Fixed checking for UTF-8 support in cFont::Bidi() (reported by Torsten Lang).
- If a recording has no info file, the 'title' of the recording's info is now set
to the recording's name.
- cVector::Clear() now reinitializes any previously used members.