summaryrefslogtreecommitdiff
path: root/src/select/properties/voice_family.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/voice_family.c')
-rw-r--r--src/select/properties/voice_family.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/voice_family.c b/src/select/properties/voice_family.c
index dfff826..e61d2c6 100644
--- a/src/select/properties/voice_family.c
+++ b/src/select/properties/voice_family.c
@@ -31,7 +31,7 @@ css_error css__cascade_voice_family(uint32_t opv, css_style *style,
switch (v) {
case VOICE_FAMILY_STRING:
case VOICE_FAMILY_IDENT_LIST:
- css_stylesheet_string_get(style->sheet, *((css_code_t *) style->bytecode), &voice);
+ css__stylesheet_string_get(style->sheet, *((css_code_t *) style->bytecode), &voice);
advance_bytecode(style, sizeof(css_code_t));
break;
case VOICE_FAMILY_MALE: