aboutsummaryrefslogtreecommitdiff
path: root/graphics/decoders/pict.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/decoders/pict.h')
-rw-r--r--graphics/decoders/pict.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/decoders/pict.h b/graphics/decoders/pict.h
index 7497e3963f..6f0d86c7a1 100644
--- a/graphics/decoders/pict.h
+++ b/graphics/decoders/pict.h
@@ -88,9 +88,9 @@ private:
bool _continueParsing;
// Utility Functions
- void unpackBitsRect(Common::SeekableReadStream &stream, bool hasPalette);
+ void unpackBitsRect(Common::SeekableReadStream &stream, bool withPalette);
void unpackBitsLine(byte *out, uint32 length, Common::SeekableReadStream *stream, byte bitsPerPixel, byte bytesPerPixel);
- void skipBitsRect(Common::SeekableReadStream &stream, bool hasPalette);
+ void skipBitsRect(Common::SeekableReadStream &stream, bool withPalette);
void decodeCompressedQuickTime(Common::SeekableReadStream &stream);
void outputPixelBuffer(byte *&out, byte value, byte bitsPerPixel);