Added missing virtual destructor to cPalette

This commit is contained in:
Klaus Schmidinger
2009-04-05 10:20:58 +02:00
parent 168907fd0b
commit 9ff445dce4
3 changed files with 8 additions and 2 deletions

View File

@@ -6014,3 +6014,4 @@ Video Disk Recorder Revision History
has been played. cDvbPlayer::Action() no longer calls DeviceFlush() (thanks to
Reinhard Nissl for making sure vdr-xine no longer needs this).
- Added missing '[]' to the delete operator in cMenuEditStrItem::~cMenuEditStrItem().
- Added missing virtual destructor to cPalette.