diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/java/awt/peer/gtk/FreetypeGlyphVector.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/java/awt/peer/gtk/FreetypeGlyphVector.java b/gnu/java/awt/peer/gtk/FreetypeGlyphVector.java index 974aab5e2..280f3e6fb 100644 --- a/gnu/java/awt/peer/gtk/FreetypeGlyphVector.java +++ b/gnu/java/awt/peer/gtk/FreetypeGlyphVector.java @@ -234,7 +234,7 @@ public class FreetypeGlyphVector extends GlyphVector /** * Returns the glyph code within the font for a given character */ - public native int[] getGlyphs(int[] codepoints, int[] glyphs, long[] fonts); + public native void getGlyphs(int[] codepoints, int[] glyphs, long[] fonts); /** * Returns the kerning of a glyph pair |