< prev index next >

src/java.desktop/share/native/libfreetype/src/psaux/psobjs.c

Print this page

        

@@ -174,11 +174,11 @@
    *   reallocation fails.
    */
   FT_LOCAL_DEF( FT_Error )
   ps_table_add( PS_Table  table,
                 FT_Int    idx,
-                void*     object,
+                const void*  object,
                 FT_UInt   length )
   {
     if ( idx < 0 || idx >= table->max_elems )
     {
       FT_ERROR(( "ps_table_add: invalid index\n" ));
< prev index next >