summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/hb-buffer.c')
-rw-r--r--pango/opentype/hb-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-buffer.c b/pango/opentype/hb-buffer.c
index d995b127..61f960da 100644
--- a/pango/opentype/hb-buffer.c
+++ b/pango/opentype/hb-buffer.c
@@ -78,7 +78,7 @@ hb_buffer_create (unsigned int pre_alloc_size)
{
hb_buffer_t *buffer;
- if (!HB_OBJECT_DO_CREATE (buffer))
+ if (!HB_OBJECT_DO_CREATE (hb_buffer_t, buffer))
return &_hb_buffer_nil;
if (pre_alloc_size)