SYSTEM: Unify OSystem::getSupportedFormats() signature

svn-id: r49838
This commit is contained in:
Max Horn 2010-06-15 12:21:08 +00:00
parent 96f1e29300
commit 703f0ca29c
11 changed files with 16 additions and 16 deletions

View file

@ -98,7 +98,7 @@ public:
virtual Graphics::PixelFormat getScreenFormat() const { return _screenFormat; }
// Highest supported
virtual Common::List<Graphics::PixelFormat> getSupportedFormats();
virtual Common::List<Graphics::PixelFormat> getSupportedFormats() const;
#endif
// Set the size and format of the video bitmap.