summaryrefslogtreecommitdiff
path: root/src/parse/properties/elevation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/elevation.c')
-rw-r--r--src/parse/properties/elevation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse/properties/elevation.c b/src/parse/properties/elevation.c
index 8c5e48e..f3a48a4 100644
--- a/src/parse/properties/elevation.c
+++ b/src/parse/properties/elevation.c
@@ -117,14 +117,14 @@ css_error css__parse_elevation(css_language *c,
value = ELEVATION_ANGLE;
}
- error = css_stylesheet_style_appendOPV(result, CSS_PROP_ELEVATION, flags, value);
+ error = css__stylesheet_style_appendOPV(result, CSS_PROP_ELEVATION, flags, value);
if (error != CSS_OK) {
*ctx = orig_ctx;
return error;
}
if (((flags & FLAG_INHERIT) == false) && (value == ELEVATION_ANGLE)) {
- error = css_stylesheet_style_vappend(result, 2, length, unit);
+ error = css__stylesheet_style_vappend(result, 2, length, unit);
if (error != CSS_OK) {
*ctx = orig_ctx;
return error;