aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/video.h')
-rw-r--r--engines/gob/video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/video.h b/engines/gob/video.h
index 9c6611f75e..4341d05c14 100644
--- a/engines/gob/video.h
+++ b/engines/gob/video.h
@@ -183,7 +183,7 @@ public:
int16 srcHeight, int16 x, int16 y, int16 transp,
SurfaceDesc *destDesc) = 0;
- virtual void init(const char *target = "") { }
+ virtual void init() {}
virtual void setPrePalette() { }
@@ -233,7 +233,7 @@ public:
virtual void fillRect(SurfaceDesc *dest, int16 left, int16 top,
int16 right, int16 bottom, int16 color);
- virtual void init(const char *target = "");
+ virtual void init();
virtual void setPrePalette();