summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-11 07:22:57 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:43 -0400
commita1c225eeb6206195ddafebba9b5b4db1caf90f65 (patch)
tree3a4efaa806d97070fbaf5bb0549eb107f39910c6
parent1d065bf0dc7822a32632b474e14aa7c36146b427 (diff)
downloadfork-ledger-a1c225eeb6206195ddafebba9b5b4db1caf90f65.tar.gz
fork-ledger-a1c225eeb6206195ddafebba9b5b4db1caf90f65.tar.bz2
fork-ledger-a1c225eeb6206195ddafebba9b5b4db1caf90f65.zip
*** no comment ***
-rw-r--r--src/xml.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xml.h b/src/xml.h
index 87cfcb85..8b3fb08a 100644
--- a/src/xml.h
+++ b/src/xml.h
@@ -55,7 +55,9 @@ class document_t;
class node_t : public supports_flags<>
{
public:
- unsigned int name_id;
+ typedef uint_fast16_t nameid_t;
+
+ nameid_t name_id;
#ifdef THREADSAFE
document_t * document;
#else