summaryrefslogtreecommitdiff
path: root/src/doctree.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-12 16:17:35 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-12 16:17:35 +0100
commitd09211b48b1f9041ed3ae3933b8a7cfab9d40eaa (patch)
tree1f60753fcd1de1488143d5d8cfec304c8083a849 /src/doctree.hh
parentc76ae0059b90c0ed62918d9e4a1a2e0b739f00b7 (diff)
tag -> element
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 43eb742f..97686e40 100644
--- a/src/doctree.hh
+++ b/src/doctree.hh
@@ -4,7 +4,7 @@
class DoctreeNode {
public:
int depth;
- int tag;
+ int element;
const char *klass;
const char *pseudo;
const char *id;