deep mods
[feisty_meow.git] / nucleus / library / processes / launch_process.h
index 44ce4857d57898fe3cb6d503e84b1142b5620d1a..c13453d42a3f0992e2505e981156c5aeedaeb3da 100644 (file)
@@ -28,7 +28,7 @@ namespace processes {
 class char_star_array : public basis::array<char *>
 {
 public:
-  char_star_array() : basis::array<char *>(0, NIL, SIMPLE_COPY | EXPONE | FLUSH_INVISIBLE) {}
+  char_star_array() : basis::array<char *>(0, NULL_POINTER, SIMPLE_COPY | EXPONE | FLUSH_INVISIBLE) {}
   ~char_star_array() {
     // clean up all the memory we're holding.
     for (int i = 0; i < length(); i++) {