aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
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 82a89f4ad3..f16b560e34 100644
--- a/common/system.h
+++ b/common/system.h
@@ -374,7 +374,7 @@ public:
*
* @param format A pixel format that the backend screen will use
*/
- virtual void initFormat(Graphics::ColorMode format) = 0;
+ virtual void initFormat(Graphics::PixelFormat format) = 0;
/**
* Returns the pixel format description of the screen.