Index: core/fxcodec/jbig2/JBig2_HtrdProc.h |
diff --git a/core/fxcodec/jbig2/JBig2_HtrdProc.h b/core/fxcodec/jbig2/JBig2_HtrdProc.h |
index 583145b5ca461a4b9899103c1cd83605dd024980..7766ce6d4604a93f21c6691261ff40ad93da4c0a 100644 |
--- a/core/fxcodec/jbig2/JBig2_HtrdProc.h |
+++ b/core/fxcodec/jbig2/JBig2_HtrdProc.h |
@@ -37,8 +37,8 @@ class CJBig2_HTRDProc { |
FX_DWORD HGH; |
int32_t HGX; |
int32_t HGY; |
- FX_WORD HRX; |
- FX_WORD HRY; |
+ uint16_t HRX; |
+ uint16_t HRY; |
uint8_t HPW; |
uint8_t HPH; |
}; |