diff options
Diffstat (limited to 'src/libcroco/cr-pseudo.h')
| -rw-r--r-- | src/libcroco/cr-pseudo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libcroco/cr-pseudo.h b/src/libcroco/cr-pseudo.h index 8917da45e..b78435014 100644 --- a/src/libcroco/cr-pseudo.h +++ b/src/libcroco/cr-pseudo.h @@ -27,6 +27,7 @@ #include <glib.h> #include "cr-attr-sel.h" #include "cr-parsing-location.h" +#include "cr-term.h" G_BEGIN_DECLS @@ -47,7 +48,8 @@ struct _CRPseudo { enum CRPseudoType type ; CRString *name ; - CRString *extra ; + CRString *sel_name; + CRTerm *term ; CRParsingLocation location ; } ; |
