summaryrefslogtreecommitdiffstats
path: root/src/autofit/afwarp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofit/afwarp.h')
-rw-r--r--src/autofit/afwarp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autofit/afwarp.h b/src/autofit/afwarp.h
index 5a6208a..6069b6b 100644
--- a/src/autofit/afwarp.h
+++ b/src/autofit/afwarp.h
@@ -25,7 +25,7 @@ FT_BEGIN_HEADER
#define AF_WARPER_SCALE
-#define AF_WARPER_FLOOR( x ) ( (x) & ~TYPEOF( x )63 )
+#define AF_WARPER_FLOOR( x ) ( (x) & ~FT_TYPEOF( x )63 )
#define AF_WARPER_CEIL( x ) AF_WARPER_FLOOR( (x) + 63 )