aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/android/texture.h')
-rw-r--r--backends/platform/android/texture.h2
1 files changed, 1 insertions, 1 deletions
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;
}