From 2ca059af0e113cf167a848a9e43fa149c2c9f7bd Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 29 Oct 2008 19:03:43 +0100 Subject: pass Layout to StyleEngine --- src/doctree.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doctree.hh') 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; }; -- cgit v1.2.3