summaryrefslogtreecommitdiff
path: root/src/doctree.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/doctree.hh
parent4391a4ec4043ebc417390214cd226a980db9df38 (diff)
set CSS pseudo class in Html_tag_open_a()
Diffstat (limited to 'src/doctree.hh')
-rw-r--r--src/doctree.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doctree.hh b/src/doctree.hh
index 92960422..5533d136 100644
--- a/src/doctree.hh
+++ b/src/doctree.hh
@@ -6,6 +6,7 @@ class DoctreeNode {
int depth;
int tag;
const char *klass;
+ const char *pseudoClass;
const char *id;
};