diff options
Diffstat (limited to 'modules/hebrew/hebrew-fc.c')
-rw-r--r-- | modules/hebrew/hebrew-fc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hebrew/hebrew-fc.c b/modules/hebrew/hebrew-fc.c index baff892d..7f59b281 100644 --- a/modules/hebrew/hebrew-fc.c +++ b/modules/hebrew/hebrew-fc.c @@ -263,7 +263,7 @@ hebrew_engine_shape (PangoEngineShape *engine, desc.n_other_features = 0; desc.other_features = NULL; - ruleset = pango_ot_ruleset_get_for (pango_ot_info_get (face), &desc); + ruleset = pango_ot_ruleset_get_for_description (pango_ot_info_get (face), &desc); pango_ot_ruleset_get_feature_count (ruleset, NULL, &n_gpos_features); if (n_gpos_features == 0) |