deep mods
[feisty_meow.git] / nucleus / library / basis / byte_array.h
index cd5239fafacce296c40e92add9bc2e5bcca91740..454b386466d19dbf3dea779cd6c7f3c06db332c2 100644 (file)
@@ -35,7 +35,7 @@ namespace basis {
 class byte_array : public array<abyte>, 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<abyte>(number, initial_contents, SIMPLE_COPY | EXPONE) {}
     //!< constructs an array of "number" bytes from "initial_contents".