diff options
Diffstat (limited to 'src/hb-ot-vorg-table.hh')
-rw-r--r-- | src/hb-ot-vorg-table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-vorg-table.hh b/src/hb-ot-vorg-table.hh index e1203285..884d0431 100644 --- a/src/hb-ot-vorg-table.hh +++ b/src/hb-ot-vorg-table.hh @@ -59,7 +59,7 @@ struct VORG { enum { tableTag = HB_OT_TAG_VORG }; - bool has_data (void) const { return version.to_int (); } + bool has_data () const { return version.to_int (); } int get_y_origin (hb_codepoint_t glyph) const { |