< prev index next >

src/java.desktop/share/native/libfreetype/include/freetype/internal/psaux.h

Print this page

        

*** 96,106 **** (*done)( PS_Table table ); FT_Error (*add)( PS_Table table, FT_Int idx, ! void* object, FT_UInt length ); void (*release)( PS_Table table ); --- 96,106 ---- (*done)( PS_Table table ); FT_Error (*add)( PS_Table table, FT_Int idx, ! const void* object, FT_UInt length ); void (*release)( PS_Table table );
< prev index next >