aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init.h')
-rw-r--r--engines/gob/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/init.h b/engines/gob/init.h
index 7511719612..6ab2fa7e66 100644
--- a/engines/gob/init.h
+++ b/engines/gob/init.h
@@ -32,7 +32,7 @@ namespace Gob {
class Init {
public:
- void initGame(const char *totFile);
+ void initGame();
virtual void initVideo() = 0;