aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BRenderSDL.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/BRenderSDL.h')
-rw-r--r--engines/wintermute/Base/BRenderSDL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/BRenderSDL.h b/engines/wintermute/Base/BRenderSDL.h
index 0192849afa..7b5878a496 100644
--- a/engines/wintermute/Base/BRenderSDL.h
+++ b/engines/wintermute/Base/BRenderSDL.h
@@ -65,7 +65,7 @@ public:
bool initRenderer(int width, int height, bool windowed);
bool flip();
- bool fill(byte r, byte g, byte b, Common::Rect *rect = NULL);
+ bool fill(byte r, byte g, byte b, Common::Rect *rect = NULL);
bool fade(uint16 alpha);
bool fadeToColor(uint32 color, Common::Rect *rect = NULL);