aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-08 15:59:56 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-08 15:59:56 +0100
commiteeef7a21f456f7b3e766e9cb782f29a1f43d64b3 (patch)
tree8aca653a279cf8ef7db6708e31e3665cc6679ed9 /src/styleengine.hh
parent4391a4ec4043ebc417390214cd226a980db9df38 (diff)
set CSS pseudo class in Html_tag_open_a()
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;