From 7002ede1ed03b1588e18ff41129e000a63081792 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 7 Oct 2016 03:13:16 +0300 Subject: CHEWY: Const correctness --- engines/chewy/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/chewy/text.h') diff --git a/engines/chewy/text.h b/engines/chewy/text.h index f729205a93..564f6011b3 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(Common::String text); + ::Graphics::Surface *getLine(const Common::String text); private: uint16 _count, _first, _last, _width, _height; -- cgit v1.2.3