Added some missing 'const' statements to cBitmap

This commit is contained in:
Klaus Schmidinger
2009-01-16 14:39:27 +01:00
parent 0c5374ce7d
commit 329d7da4ec
4 changed files with 7 additions and 5 deletions

View File

@@ -5924,3 +5924,4 @@ Video Disk Recorder Revision History
is no longer necessary.
- Added a typecast in cUnbufferedFile::Write() to avoid an error message when
compiling on 64 bit systems.
- Added some missing 'const' statements to cBitmap (thanks to Andreas Regel).