summaryrefslogtreecommitdiff
path: root/src/doctree.hh
diff options
context:
space:
mode:
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;
};