aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/bitmap.h')
-rw-r--r--engines/cge/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/bitmap.h b/engines/cge/bitmap.h
index 513438e74d..fbaeead31e 100644
--- a/engines/cge/bitmap.h
+++ b/engines/cge/bitmap.h
@@ -69,7 +69,7 @@ public:
static void init();
static void deinit();
Bitmap *code();
- Bitmap &operator = (const Bitmap &bmp);
+ Bitmap &operator=(const Bitmap &bmp);
void hide(int16 x, int16 y);
void show(int16 x, int16 y);
void xShow(int16 x, int16 y);