From 9eea40513329fbd10d494f5a2d29664847043c4c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 30 Jul 2018 16:31:52 +0100 Subject: Media Queries: Parse only needs propstrings out of css_language. --- src/parse/mq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/mq.h') diff --git a/src/parse/mq.h b/src/parse/mq.h index 381e0f9..2940032 100644 --- a/src/parse/mq.h +++ b/src/parse/mq.h @@ -87,7 +87,7 @@ typedef struct css_mq_query { css_mq_cond *cond; } css_mq_query; -css_error css__mq_parse_media_list(css_language *c, +css_error css__mq_parse_media_list(lwc_string **strings, const parserutils_vector *vector, int *ctx, css_mq_query **media); -- cgit v1.2.3