summaryrefslogtreecommitdiff
path: root/fofi/FoFiType1C.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 /fofi/FoFiType1C.h
parent27954f7d44275d4fc458da680bba89ab749d3c07 (diff)
Replace Guchar by unsigned char
Diffstat (limited to 'fofi/FoFiType1C.h')
-rw-r--r--fofi/FoFiType1C.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fofi/FoFiType1C.h b/fofi/FoFiType1C.h
index 0c7884fe..cc9a622d 100644
--- a/fofi/FoFiType1C.h
+++ b/fofi/FoFiType1C.h
@@ -216,7 +216,7 @@ private:
Type1CPrivateDict *pDict);
void cvtNum(double x, bool isFP, GooString *charBuf) const;
void eexecWrite(Type1CEexecBuf *eb, const char *s) const;
- void eexecWriteCharstring(Type1CEexecBuf *eb, const Guchar *s, int n) const;
+ void eexecWriteCharstring(Type1CEexecBuf *eb, const unsigned char *s, int n) const;
void writePSString(const char *s, FoFiOutputFunc outputFunc, void *outputStream) const;
bool parse();
void readTopDict();
@@ -246,7 +246,7 @@ private:
int nGlyphs;
int nFDs;
- Guchar *fdSelect;
+ unsigned char *fdSelect;
Gushort *charset;
Gushort charsetLength;
int gsubrBias;