aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/chewy/text.h')
-rw-r--r--engines/chewy/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/chewy/text.h b/engines/chewy/text.h
index 564f6011b3..a082de6a98 100644
--- a/engines/chewy/text.h
+++ b/engines/chewy/text.h
@@ -100,7 +100,7 @@ public:
Font(Common::String filename);
virtual ~Font();
- ::Graphics::Surface *getLine(const Common::String text);
+ ::Graphics::Surface *getLine(const Common::String &text);
private:
uint16 _count, _first, _last, _width, _height;