summaryrefslogtreecommitdiff
path: root/src/doctree.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-11 21:22:52 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-11 21:22:52 +0100
commit70a6db98663592464a5b082d195f93d280391eb7 (patch)
treeb0ff17a0d96d67458d8d5bd4302d641be6dada3a /src/doctree.hh
parent1649a022271e67611d830127a0d9f34852b2718c (diff)
adjust pseudo class handling
Diffstat (limited to 'src/doctree.hh')
-rw-r--r--src/doctree.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doctree.hh b/src/doctree.hh
index 5533d136..43eb742f 100644
--- a/src/doctree.hh
+++ b/src/doctree.hh
@@ -6,7 +6,7 @@ class DoctreeNode {
int depth;
int tag;
const char *klass;
- const char *pseudoClass;
+ const char *pseudo;
const char *id;
};