summaryrefslogtreecommitdiff
path: root/poppler/SplashOutputDev.cc
diff options
context:
space:
mode:
authorOliver Sander <oliver.sander@tu-dresden.de>2018-11-30 18:08:02 +0100
committerAlbert Astals Cid <tsdgeos@yahoo.es>2018-12-06 17:31:41 +0000
commitb7503eb3c2364e7ca7fc37418bb4cc484437ea71 (patch)
tree2b1417517ba4dcfdf2749ee88389069d28a75415 /poppler/SplashOutputDev.cc
parent51bb46766cc5b50d81227cd91e518bc78b0a944b (diff)
Replace Gushort by unsigned short
Diffstat (limited to 'poppler/SplashOutputDev.cc')
-rw-r--r--poppler/SplashOutputDev.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
index 600a6e08..7f121481 100644
--- a/poppler/SplashOutputDev.cc
+++ b/poppler/SplashOutputDev.cc
@@ -1223,8 +1223,8 @@ private:
//------------------------------------------------------------------------
struct T3FontCacheTag {
- Gushort code;
- Gushort mru; // valid bit (0x8000) and MRU index
+ unsigned short code;
+ unsigned short mru; // valid bit (0x8000) and MRU index
};
class T3FontCache {
@@ -1314,7 +1314,7 @@ T3FontCache::~T3FontCache() {
}
struct T3GlyphStack {
- Gushort code; // character code
+ unsigned short code; // character code
bool haveDx; // set after seeing a d0/d1 operator
bool doNotCache; // set if we see a gsave/grestore before