diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 28947d00c5..4e8be5024c 100644 --- a/common/system.h +++ b/common/system.h @@ -401,7 +401,7 @@ public: * @param height the new virtual screen height * @param format the new virtual screen pixel format */ - virtual void initSize(uint width, uint height, Graphics::PixelFormat format = Graphics::PixelFormat::createFormatCLUT8()) = 0; + virtual void initSize(uint width, uint height, Graphics::PixelFormat *format = NULL) = 0; /** * Return an int value which is changed whenever any screen |