From a1c225eeb6206195ddafebba9b5b4db1caf90f65 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 May 2007 07:22:57 +0000 Subject: [PATCH] *** no comment *** --- src/xml.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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