X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fprocesses%2Flaunch_process.h;fp=nucleus%2Flibrary%2Fprocesses%2Flaunch_process.h;h=c13453d42a3f0992e2505e981156c5aeedaeb3da;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=44ce4857d57898fe3cb6d503e84b1142b5620d1a;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/nucleus/library/processes/launch_process.h b/nucleus/library/processes/launch_process.h index 44ce4857..c13453d4 100644 --- a/nucleus/library/processes/launch_process.h +++ b/nucleus/library/processes/launch_process.h @@ -28,7 +28,7 @@ namespace processes { class char_star_array : public basis::array { public: - char_star_array() : basis::array(0, NIL, SIMPLE_COPY | EXPONE | FLUSH_INVISIBLE) {} + char_star_array() : basis::array(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++) {