aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/parser/vocabulary.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/parser/vocabulary.h')
-rw-r--r--engines/sci/parser/vocabulary.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/parser/vocabulary.h b/engines/sci/parser/vocabulary.h
index 59558ce18a..763c1fd189 100644
--- a/engines/sci/parser/vocabulary.h
+++ b/engines/sci/parser/vocabulary.h
@@ -30,6 +30,7 @@
#include "sci/sci.h"
#include "sci/engine/vm_types.h"
+#include "sci/util.h"
namespace Common {
@@ -260,7 +261,7 @@ public:
* For debugging only.
* @param pos pointer to the data to dump
*/
- void debugDecipherSaidBlock(const byte *pos);
+ void debugDecipherSaidBlock(const SciSpan<const byte> &data);
/**
* Prints the parser suffixes to the debug console.