X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fnodes%2Fnode.h;h=1c80f81b0a6176d262dc447bf23ef0cc4e087c63;hb=e1127a793a9bfe64df1b3a5209c86bb66505fe28;hp=1b1a6d64a138044f32cb820fbca3baec307f91c0;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/nodes/node.h b/nucleus/library/nodes/node.h index 1b1a6d64..1c80f81b 100644 --- a/nucleus/library/nodes/node.h +++ b/nucleus/library/nodes/node.h @@ -73,12 +73,12 @@ public: node *get_link(int link_number) const; //!< Returns the node that is connected to the specified "link_number". - /*!< if the link is not set, then NIL is returned. */ + /*!< if the link is not set, then NULL_POINTER is returned. */ void zap_link(int link_number); //!< the specified link is removed from the node. - void insert_link(int where, node *to_add = NIL); + void insert_link(int where, node *to_add = NULL_POINTER); //!< adds a new link prior to the position specified in "where". /*!< thus a "where" value of less than or equal to zero will add a new link as the first element. a "where" value greater than or equal to