aboutsummaryrefslogtreecommitdiff
path: root/src/doctree.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-29 19:03:43 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-29 19:03:43 +0100
commit2ca059af0e113cf167a848a9e43fa149c2c9f7bd (patch)
treef9fbb120defa9293c6494f2a95ad427a81e06a8d /src/doctree.hh
parentfaa12b128ac5e22aed81a1ca692ddc504b31bd10 (diff)
pass Layout to StyleEngine
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 6f94a523..92960422 100644
--- a/src/doctree.hh
+++ b/src/doctree.hh
@@ -4,7 +4,7 @@
class DoctreeNode {
public:
int depth;
- int tagIndex;
+ int tag;
const char *klass;
const char *id;
};