summaryrefslogtreecommitdiff
path: root/include/freetype/internal/sfnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/internal/sfnt.h')
-rw-r--r--include/freetype/internal/sfnt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/freetype/internal/sfnt.h b/include/freetype/internal/sfnt.h
index f543535f0..d28b6825a 100644
--- a/include/freetype/internal/sfnt.h
+++ b/include/freetype/internal/sfnt.h
@@ -452,10 +452,10 @@ FT_BEGIN_HEADER
/* color layer information exists for `idx'. */
/* */
typedef FT_Error
- (*TT_Load_Colr_Layer_Func)( TT_Face face,
- FT_Int idx,
- FT_Glyph_LayerRec* *layers,
- FT_UShort* num_layers );
+ (*TT_Load_Colr_Layer_Func)( TT_Face face,
+ FT_Int idx,
+ FT_Glyph_Layer *layers,
+ FT_UShort* num_layers );
/*************************************************************************/