*** no comment ***
This commit is contained in:
parent
1d065bf0dc
commit
a1c225eeb6
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue