aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/heparse.cpp
diff options
context:
space:
mode:
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;