This commit is contained in:
Behdad Esfahbod 2012-07-19 21:02:38 -04:00
parent 47ef931f13
commit 8932858123
1 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ struct hb_apply_context_t
num_items++;
}
inline bool next (unsigned int *property_out,
unsigned int lookup_props)
unsigned int lookup_props)
{
assert (num_items > 0);
do
@ -225,7 +225,7 @@ struct hb_apply_context_t
num_items++;
}
inline bool prev (unsigned int *property_out,
unsigned int lookup_props)
unsigned int lookup_props)
{
assert (num_items > 0);
do