From e71c2cf850388b2a25200d544d2fb422525b4c88 Mon Sep 17 00:00:00 2001 From: dhewg Date: Tue, 15 Mar 2011 23:01:09 +0100 Subject: ANDROID: Constify getDrawRect() --- backends/platform/android/texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/android/texture.h') diff --git a/backends/platform/android/texture.h b/backends/platform/android/texture.h index 4f2bfe4c4f..64489da0a4 100644 --- a/backends/platform/android/texture.h +++ b/backends/platform/android/texture.h @@ -73,7 +73,7 @@ public: _draw_rect = Common::Rect(x1, y1, x2, y2); } - inline const Common::Rect &getDrawRect() { + inline const Common::Rect &getDrawRect() const { return _draw_rect; } -- cgit v1.2.3