summaryrefslogtreecommitdiff
path: root/src/hb-buffer-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-04-23 22:18:54 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-04-23 22:18:54 -0400
commit8e3715f8a16b315c1c7dd4b256e7f68a36c53e7c (patch)
tree306508f3623bac271de0a3a63708b311f5307f95 /src/hb-buffer-private.hh
parentd2984a241e4819474d827b1dd5d4b6d76596b3a5 (diff)
Minor
Diffstat (limited to 'src/hb-buffer-private.hh')
-rw-r--r--src/hb-buffer-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh
index 06d4912c..62966083 100644
--- a/src/hb-buffer-private.hh
+++ b/src/hb-buffer-private.hh
@@ -104,7 +104,7 @@ struct _hb_buffer_t {
const uint16_t *glyph_data_be);
HB_INTERNAL void replace_glyphs (unsigned int num_in,
unsigned int num_out,
- const uint16_t *glyph_data);
+ const hb_codepoint_t *glyph_data);
HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
/* Makes a copy of the glyph at idx to output and replace glyph_index */
HB_INTERNAL void output_glyph (hb_codepoint_t glyph_index);