diff options
Diffstat (limited to 'src/doctree.hh')
-rw-r--r-- | src/doctree.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doctree.hh b/src/doctree.hh index 97686e40..f74350b0 100644 --- a/src/doctree.hh +++ b/src/doctree.hh @@ -3,6 +3,7 @@ class DoctreeNode { public: + int num; // unique ascending id int depth; int element; const char *klass; |