X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fbasis%2Fbyte_array.h;h=454b386466d19dbf3dea779cd6c7f3c06db332c2;hb=d7e8a05960951d8ce67e36c587726a851e2f5165;hp=cd5239fafacce296c40e92add9bc2e5bcca91740;hpb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;p=feisty_meow.git diff --git a/nucleus/library/basis/byte_array.h b/nucleus/library/basis/byte_array.h index cd5239fa..454b3864 100644 --- a/nucleus/library/basis/byte_array.h +++ b/nucleus/library/basis/byte_array.h @@ -35,7 +35,7 @@ namespace basis { class byte_array : public array, public virtual orderable { public: - byte_array(int number = 0, const abyte *initial_contents = NIL) + byte_array(int number = 0, const abyte *initial_contents = NULL_POINTER) : array(number, initial_contents, SIMPLE_COPY | EXPONE) {} //!< constructs an array of "number" bytes from "initial_contents".