summaryrefslogtreecommitdiff
path: root/src/hb-buffer-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-06-07 17:31:46 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-06-07 17:31:46 -0400
commit2a3d911fe0ff5d6442659d3381d5b08c30ee2896 (patch)
tree1f236fb099a7448fe2a21bcb49d694b9edefde8a /src/hb-buffer-private.hh
parent6095de1635441af16340c7b2c5a6b4c531ec242f (diff)
Fix alignment-requirement missmatch
Detected by clang and lots of cmdline options.
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 b539f265..4077bb39 100644
--- a/src/hb-buffer-private.hh
+++ b/src/hb-buffer-private.hh
@@ -112,7 +112,7 @@ struct _hb_buffer_t {
HB_INTERNAL void clear_positions (void);
HB_INTERNAL void replace_glyphs_be16 (unsigned int num_in,
unsigned int num_out,
- const uint16_t *glyph_data_be);
+ const char *glyph_data_be);
HB_INTERNAL void replace_glyphs (unsigned int num_in,
unsigned int num_out,
const hb_codepoint_t *glyph_data);