src/node/node-list.h
changeset 359 91b7ad7fa784
parent 345 47b41507a45a
child 484 cf7fbb84d74b
--- a/src/node/node-list.h	Tue Mar 20 06:28:24 2007 -0700
+++ b/src/node/node-list.h	Wed Mar 21 23:17:11 2007 -0700
@@ -47,6 +47,7 @@
   static Node *GetNode (uint32_t n);
 
 private:
+  static uint32_t g_nextId;	// becomes Node::m_id
   static std::vector<Node *> *GetNodes (void);
   static uint32_t GetNNodes (void);