X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fnodes%2Fpackable_tree.h;h=a32335f399196258a66aceb22d86e6a2de16bef8;hb=56a8b71bcfe324f83044a12738004151ff2fc064;hp=a003db04e94f3b3c1d423b4998a431d1d96c86c2;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;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.