summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index 76c226b..9e77d68 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -45,7 +45,7 @@ typedef struct css_select_results {
* then no computed style will be created and
* the corresponding pointer will be set to NULL
*/
- css_computed_style *styles[];
+ css_computed_style *styles[CSS_PSEUDO_ELEMENT_COUNT];
} css_select_results;
typedef struct css_select_handler {