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 8d37740646..3ca935c6b4 100644
--- a/engines/gob/init.h
+++ b/engines/gob/init.h
@@ -30,7 +30,7 @@ namespace Gob {
class Init {
public:
- void initGame(char *totFile);
+ void initGame(const char *totFile);
virtual void initVideo() = 0;