summaryrefslogtreecommitdiffstats
path: root/modules/freetype2/src/sfnt/ttcmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/freetype2/src/sfnt/ttcmap.h')
-rw-r--r--modules/freetype2/src/sfnt/ttcmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/freetype2/src/sfnt/ttcmap.h b/modules/freetype2/src/sfnt/ttcmap.h
index 2273cbd96..d264d99d2 100644
--- a/modules/freetype2/src/sfnt/ttcmap.h
+++ b/modules/freetype2/src/sfnt/ttcmap.h
@@ -4,7 +4,7 @@
/* */
/* TrueType character mapping table (cmap) support (specification). */
/* */
-/* Copyright 2002-2016 by */
+/* Copyright 2002-2018 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -141,6 +141,8 @@ FT_BEGIN_HEADER
#define TT_VALID_GLYPH_COUNT( x ) TT_VALIDATOR( x )->num_glyphs
+ FT_CALLBACK_TABLE const TT_CMap_ClassRec tt_cmap_unicode_class_rec;
+
FT_LOCAL( FT_Error )
tt_face_build_cmaps( TT_Face face );