aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/pcf/pcf.h
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/pcf/pcf.h')
-rw-r--r--freetype/src/pcf/pcf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freetype/src/pcf/pcf.h b/freetype/src/pcf/pcf.h
index af0ffc337..c0da50341 100644
--- a/freetype/src/pcf/pcf.h
+++ b/freetype/src/pcf/pcf.h
@@ -148,9 +148,9 @@ FT_BEGIN_HEADER
int nprops;
PCF_Property properties;
- FT_Long nmetrics;
+ FT_ULong nmetrics;
PCF_Metric metrics;
- FT_Long nencodings;
+ FT_ULong nencodings;
PCF_Encoding encodings;
FT_Short defaultChar;