< prev index next >

src/java.desktop/share/native/libfreetype/src/type1/t1driver.c

Print this page

        

@@ -69,11 +69,11 @@
   }
 
 
   static FT_UInt
   t1_get_name_index( T1_Face     face,
-                     FT_String*  glyph_name )
+                     const FT_String*  glyph_name )
   {
     FT_Int  i;
 
 
     for ( i = 0; i < face->type1.num_glyphs; i++ )
< prev index next >