aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/screen.h')
-rw-r--r--engines/draci/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/screen.h b/engines/draci/screen.h
index 16981eb476..bb3ada693c 100644
--- a/engines/draci/screen.h
+++ b/engines/draci/screen.h
@@ -52,7 +52,7 @@ public:
void copyToScreen();
void clearScreen();
void fillScreen(uint8 colour);
- Surface *getSurface();
+ Surface *getSurface();
void drawRect(Common::Rect r, uint8 colour);
private: