aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorJody Northup2009-07-10 06:46:50 +0000
committerJody Northup2009-07-10 06:46:50 +0000
commita5d374bded6204c9250155d572d23b0caef636a5 (patch)
tree883a93b38524e4a4914265a7fbfdaa36fd7fa2fe /common/system.h
parent4e99bee142899dae1385210012dd34453920fe54 (diff)
downloadscummvm-rg350-a5d374bded6204c9250155d572d23b0caef636a5.tar.gz
scummvm-rg350-a5d374bded6204c9250155d572d23b0caef636a5.tar.bz2
scummvm-rg350-a5d374bded6204c9250155d572d23b0caef636a5.zip
Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h to platforms/sdl/graphics.cpp,
Improved and simplified list-generation method for OSystem_SDL::getSupportedFormats. svn-id: r42325
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index c13887e0a9..d09b32c8c6 100644
--- a/common/system.h
+++ b/common/system.h
@@ -381,7 +381,7 @@ public:
*
* @see convertScreenRect
*/
- virtual Common::List<Graphics::PixelFormat> getSupportedFormats() const = 0;
+ virtual Common::List<Graphics::PixelFormat> getSupportedFormats() = 0;
#else
inline Graphics::PixelFormat getScreenFormat() const {
return Graphics::PixelFormat::createFormatCLUT8();