< prev index next >

src/java.desktop/share/native/libfreetype/src/base/ftobjs.c

Print this page

        

@@ -4058,11 +4058,11 @@
 
   /* documentation is in freetype.h */
 
   FT_EXPORT_DEF( FT_UInt )
   FT_Get_Name_Index( FT_Face     face,
-                     FT_String*  glyph_name )
+                     const FT_String*  glyph_name )
   {
     FT_UInt  result = 0;
 
 
     if ( face                       &&
< prev index next >