summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-05 10:20:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-05 10:20:58 +0200
commit9ff445dce4d2ed235515c945d745466ce2275438 (patch)
treeafb93553c1448f3087ea4593895e60fc075e0658 /HISTORY
parent168907fd0bcd90d8af55ee2fe484eb0d0c436dcf (diff)
downloadvdr-9ff445dce4d2ed235515c945d745466ce2275438.tar.gz
vdr-9ff445dce4d2ed235515c945d745466ce2275438.tar.bz2
Added missing virtual destructor to cPalette
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c2d7e788..b443539c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.