< prev index next >

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

Print this page

        

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