aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 218d874b..76ca226c 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -40,6 +40,7 @@ class StyleEngine : public Doctree {
const char *style);
void endElement (int tag);
void setNonCssProperties (CssPropertyList *props);
+ void setPseudoClass (const char *pseudoClass);
inline dw::core::style::Style *style () {
dw::core::style::Style *s = stack->getRef (stack->size () - 1)->style;