Added some missing 'const' keywords to avoid compilation errors with gcc 4.4

This commit is contained in:
Klaus Schmidinger
2009-06-06 13:48:41 +02:00
parent 96d25c3be1
commit 1d03f30e93
4 changed files with 10 additions and 6 deletions

View File

@@ -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<74> and Ludwig Nussel).