summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-06-06 13:48:41 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-06-06 13:48:41 +0200
commit1d03f30e93194ef2cd27d613ed00409dbc54c95e (patch)
tree959c510e4d3d78cb95cfad6b0a94ddba5d132466 /HISTORY
parent96d25c3be1ead9d1ecd6e1ffadfb57aa42b22c2b (diff)
downloadvdr-1d03f30e93194ef2cd27d613ed00409dbc54c95e.tar.gz
vdr-1d03f30e93194ef2cd27d613ed00409dbc54c95e.tar.bz2
Added some missing 'const' keywords to avoid compilation errors with gcc 4.4
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 609f78a7..29b7ed60 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6125,3 +6125,5 @@ Video Disk Recorder Revision History
- Fixed handling the length of DiSEqC command sequences (reported by Reinhard Nissl).
- Fixed cOsdMenu::Display() in case the menu size has changed (thanks to
Reinhard Nissl).
+- Added some missing 'const' keywords to avoid compilation errors with gcc 4.4
+ (thanks to Ville Skyttä and Ludwig Nussel).