aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mortevielle/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mortevielle/graphics.h b/engines/mortevielle/graphics.h
index 654814667f..fe8b365bfa 100644
--- a/engines/mortevielle/graphics.h
+++ b/engines/mortevielle/graphics.h
@@ -48,7 +48,7 @@ public:
#define FONT_HEIGHT 6
#define FONT_NUM_CHARS 121
-class GfxSurface: public Graphics::Surface {
+class GfxSurface : public Graphics::Surface {
private:
int _xp, _yp;
int _xSize, _ySize;