Added a missing 'default' case in cPixmapMemory::DrawEllipse()

This commit is contained in:
Klaus Schmidinger
2011-03-13 13:53:08 +01:00
parent 1c86e0127e
commit 06a16e7fba
2 changed files with 3 additions and 1 deletions

View File

@@ -6561,3 +6561,4 @@ Video Disk Recorder Revision History
- Reduced CPU load when pausing a replay (thanks to Johann Friedrichs).
- Changed -O2 to -O3 in Make.config.template (reported by Matti Lehtim<69>ki).
- Added a missing 'default' case in cPixmapMemory::DrawEllipse().