aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/heparse.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-05-12 10:38:03 +1000
committerPaul Gilbert2019-05-12 10:38:03 +1000
commit9f6e1a8f293b1b525c79437e002d7848bc952ce4 (patch)
tree82b70863aef146ac29026982815c353abd1d0d20 /engines/glk/hugo/heparse.cpp
parent6b6670caf9812a980a9aa4049bf6931aa943b79b (diff)
downloadscummvm-rg350-9f6e1a8f293b1b525c79437e002d7848bc952ce4.tar.gz
scummvm-rg350-9f6e1a8f293b1b525c79437e002d7848bc952ce4.tar.bz2
scummvm-rg350-9f6e1a8f293b1b525c79437e002d7848bc952ce4.zip
GLK: HUGO: Compilation fixes
Diffstat (limited to 'engines/glk/hugo/heparse.cpp')
-rw-r--r--engines/glk/hugo/heparse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/hugo/heparse.cpp b/engines/glk/hugo/heparse.cpp
index da01810a8e..c837b465fd 100644
--- a/engines/glk/hugo/heparse.cpp
+++ b/engines/glk/hugo/heparse.cpp
@@ -284,7 +284,7 @@ int Hugo::DomainObj(int obj) {
return yes;
}
-unsigned int Hugo::FindWord(char *a) {
+unsigned int Hugo::FindWord(const char *a) {
unsigned int ptr = 0;
int i, p, alen;