aboutsummaryrefslogtreecommitdiff
path: root/graphics/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/palette.h')
-rw-r--r--graphics/palette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/palette.h b/graphics/palette.h
index 2884bef7f4..0b9b861aa9 100644
--- a/graphics/palette.h
+++ b/graphics/palette.h
@@ -96,7 +96,7 @@ public:
*
* @see getScreenFormat
*/
- virtual void grabPalette(byte *colors, uint start, uint num) = 0;
+ virtual void grabPalette(byte *colors, uint start, uint num) const = 0;
};
#endif