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/graphics/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/graphics/graphics.h') diff --git a/backends/graphics/graphics.h b/backends/graphics/graphics.h index cf33803cf5..d5c36c13c4 100644 --- a/backends/graphics/graphics.h +++ b/backends/graphics/graphics.h @@ -98,7 +98,7 @@ public: // Graphics::PaletteManager interface //virtual void setPalette(const byte *colors, uint start, uint num) = 0; - //virtual void grabPalette(byte *colors, uint start, uint num) = 0; + //virtual void grabPalette(byte *colors, uint start, uint num) const = 0; }; #endif -- cgit v1.2.3