summaryrefslogtreecommitdiff
path: root/poppler/DCTStream.h
diff options
context:
space:
mode:
authorOliver Sander <oliver.sander@tu-dresden.de>2018-11-30 18:02:01 +0100
committerAlbert Astals Cid <tsdgeos@yahoo.es>2018-12-06 17:31:41 +0000
commit51bb46766cc5b50d81227cd91e518bc78b0a944b (patch)
tree9a36edec79f6a18547b8b6ecb1146c440780883d /poppler/DCTStream.h
parent27954f7d44275d4fc458da680bba89ab749d3c07 (diff)
Replace Guchar by unsigned char
Diffstat (limited to 'poppler/DCTStream.h')
-rw-r--r--poppler/DCTStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/DCTStream.h b/poppler/DCTStream.h
index 6bb81cc4..1c10a116 100644
--- a/poppler/DCTStream.h
+++ b/poppler/DCTStream.h
@@ -68,7 +68,7 @@ private:
void init();
bool hasGetChars() override { return true; }
- int getChars(int nChars, Guchar *buffer) override;
+ int getChars(int nChars, unsigned char *buffer) override;
int colorXform;
JSAMPLE *current;