From 9a026637586cc90ce3418e945210c90313434306 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 26 Jan 2011 12:49:58 +0000 Subject: Rename all css_[^_] internal symbols to css__ so that they're nicely namespaced svn path=/trunk/libcss/; revision=11492 --- src/select/properties/play_during.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select/properties/play_during.c') diff --git a/src/select/properties/play_during.c b/src/select/properties/play_during.c index ab01b6a..cb1de3c 100644 --- a/src/select/properties/play_during.c +++ b/src/select/properties/play_during.c @@ -25,7 +25,7 @@ css_error css__cascade_play_during(uint32_t opv, css_style *style, case PLAY_DURING_URI: value = 0; - css_stylesheet_string_get(style->sheet, *((css_code_t *) style->bytecode), &uri); + css__stylesheet_string_get(style->sheet, *((css_code_t *) style->bytecode), &uri); advance_bytecode(style, sizeof(css_code_t)); break; case PLAY_DURING_AUTO: -- cgit v1.2.3