diff options
Diffstat (limited to 'src/doctree.hh')
-rw-r--r-- | src/doctree.hh | 2 |
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; }; |