aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/parser/said.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/parser/said.cpp')
-rw-r--r--engines/sci/parser/said.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/parser/said.cpp b/engines/sci/parser/said.cpp
index 0411952f2a..9c07be2dff 100644
--- a/engines/sci/parser/said.cpp
+++ b/engines/sci/parser/said.cpp
@@ -657,7 +657,7 @@ static bool buildSaidTree() {
return true;
}
-static int said_parse_spec(byte *spec) {
+static int said_parse_spec(const byte *spec) {
int nextitem;
said_token = 0;
@@ -996,7 +996,7 @@ static int augment_parse_nodes(ParseTreeNode *parseT, ParseTreeNode *saidT) {
/**** Main code ****/
/*******************/
-int said(EngineState *s, byte *spec, bool verbose) {
+int said(EngineState *s, const byte *spec, bool verbose) {
int retval;
Vocabulary *voc = g_sci->getVocabulary();