SYSTEM: Unify OSystem::getSupportedFormats() signature
svn-id: r49838
This commit is contained in:
parent
96f1e29300
commit
703f0ca29c
11 changed files with 16 additions and 16 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue