aboutsummaryrefslogtreecommitdiff
path: root/scumm/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/help.h')
-rw-r--r--scumm/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/help.h b/scumm/help.h
index c4383ca31a..945739e5cf 100644
--- a/scumm/help.h
+++ b/scumm/help.h
@@ -30,7 +30,7 @@ protected:
public:
static int numPages(byte gameId);
- static void updateStrings(byte gameId, int page, String &title,
+ static void updateStrings(byte gameId, byte version, int page, String &title,
String *&key, String *&dsc);
};