summaryrefslogtreecommitdiff
path: root/modules/basic/basic-fc.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/basic/basic-fc.c')
-rw-r--r--modules/basic/basic-fc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/basic/basic-fc.c b/modules/basic/basic-fc.c
index 85687f1b..d8587256 100644
--- a/modules/basic/basic-fc.c
+++ b/modules/basic/basic-fc.c
@@ -201,7 +201,7 @@ basic_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_substitute (ruleset, buffer);
pango_ot_ruleset_position (ruleset, buffer);