summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 1ab3939..487f408 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -48,8 +48,8 @@ typedef enum css_combinator {
} css_combinator;
typedef struct css_selector_detail {
- const css_string *name; /**< Interned name */
- const css_string *value; /**< Interned value, or NULL */
+ const parserutils_hash_entry *name; /**< Interned name */
+ const parserutils_hash_entry *value; /**< Interned value, or NULL */
uint32_t type : 4, /**< Type of selector */
comb : 2, /**< Type of combinator */