aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/dxa_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/dxa_decoder.h')
-rw-r--r--graphics/video/dxa_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/dxa_decoder.h b/graphics/video/dxa_decoder.h
index e4688e36cd..a9a656e46d 100644
--- a/graphics/video/dxa_decoder.h
+++ b/graphics/video/dxa_decoder.h
@@ -52,7 +52,7 @@ public:
uint32 getFrameCount() const { return _frameCount; }
const Surface *decodeNextFrame();
PixelFormat getPixelFormat() const { return PixelFormat::createFormatCLUT8(); }
- byte *getPalette() { _dirtyPalette = false; return _palette; }
+ const byte *getPalette() { _dirtyPalette = false; return _palette; }
bool hasDirtyPalette() const { return _dirtyPalette; }
/**