aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/util.cpp')
-rw-r--r--engines/wage/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/util.cpp b/engines/wage/util.cpp
index 51fcd2d6ec..2a72960868 100644
--- a/engines/wage/util.cpp
+++ b/engines/wage/util.cpp
@@ -84,7 +84,7 @@ Common::Rect *readRect(Common::SeekableReadStream *in) {
return new Common::Rect(x1, y1, x2, y2);
}
-const char *getIndefiniteArticle(Common::String &word) {
+const char *getIndefiniteArticle(const Common::String &word) {
switch (word[0]) {
case 'a': case 'A':
case 'e': case 'E':