summaryrefslogtreecommitdiff
path: root/include/freetype/internal/ftpic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/internal/ftpic.h')
-rw-r--r--include/freetype/internal/ftpic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/internal/ftpic.h b/include/freetype/internal/ftpic.h
index f887a0f67..b9d6afece 100644
--- a/include/freetype/internal/ftpic.h
+++ b/include/freetype/internal/ftpic.h
@@ -94,13 +94,13 @@ FT_BEGIN_HEADER
*/
#define FT_PIC_ENTRY_LIST \
_FT_PICDATA( base ) \
+ _FT_PICDATA( autofit ) \
/* now define the entries in the PIC table itself */
#define _FT_PICDATA(name) FT_PicDataRec name [1];
FT_PIC_ENTRY_LIST
#undef _FT_PICDATA
- void* autofit;
void* cff;
void* pshinter;
void* psnames;