X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fnodes%2Fpackable_tree.h;h=a32335f399196258a66aceb22d86e6a2de16bef8;hb=dfeba549161a42f001a6b8ec78c7e61911c1c3e5;hp=a003db04e94f3b3c1d423b4998a431d1d96c86c2;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/nodes/packable_tree.h b/nucleus/library/nodes/packable_tree.h index a003db04..a32335f3 100644 --- a/nucleus/library/nodes/packable_tree.h +++ b/nucleus/library/nodes/packable_tree.h @@ -44,7 +44,7 @@ public: static packable_tree *recursive_unpack(basis::byte_array &packed_form, packable_tree_factory &creator); //!< unpacks a tree stored in "packed_form" and returns it. - /*!< if NIL is returned, then the unpack failed. the "creator" is needed + /*!< if NULL_POINTER is returned, then the unpack failed. the "creator" is needed for making new derived packable_tree objects of the type stored. */ // standard pack, unpack and packed_size methods must be implemented by the derived tree.