diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-15 05:44:01 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:51 -0400 |
commit | 7747a8f93bbc582a183fd4c7b8d5f8fd492b8608 (patch) | |
tree | 7f8ca7285e28bcfa9abad7ce4ae4d12e17eaf3b2 /src/document.h | |
parent | ff43b1d135c3a1e43ed59d8d484e04f2ccffb3ee (diff) | |
download | fork-ledger-7747a8f93bbc582a183fd4c7b8d5f8fd492b8608.tar.gz fork-ledger-7747a8f93bbc582a183fd4c7b8d5f8fd492b8608.tar.bz2 fork-ledger-7747a8f93bbc582a183fd4c7b8d5f8fd492b8608.zip |
The XPath visitor class is now working
Diffstat (limited to 'src/document.h')
-rw-r--r-- | src/document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h index 1b6f0924..869c89af 100644 --- a/src/document.h +++ b/src/document.h @@ -100,7 +100,7 @@ public: // Ids 0-9 are reserved. 10-999 are for "builtin" names. 1000+ are // for dynamically registered names. enum special_names_t { - CURRENT, PARENT, ROOT, ALL + CURRENT, PARENT, ROOT, ALL, LAST_BUILTIN = 10 }; document_t(node_t::nameid_t _name_id) |