From bda253b1acfa8e8ce76436780ba9fa86d712c7a0 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 15 Oct 2017 13:46:41 -0500 Subject: BACKENDS: Constify PaletteManager::grabPalette implementations --- backends/platform/3ds/osystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/3ds/osystem.h') diff --git a/backends/platform/3ds/osystem.h b/backends/platform/3ds/osystem.h index 5df49fe593..cad46a18dc 100644 --- a/backends/platform/3ds/osystem.h +++ b/backends/platform/3ds/osystem.h @@ -105,7 +105,7 @@ public: int16 getHeight(){ return _gameHeight; } int16 getWidth(){ return _gameWidth; } void setPalette(const byte *colors, uint start, uint num); - void grabPalette(byte *colors, uint start, uint num); + void grabPalette(byte *colors, uint start, uint num) const; void copyRectToScreen(const void *buf, int pitch, int x, int y, int w, int h); Graphics::Surface *lockScreen(); -- cgit v1.2.3