deep mods
[feisty_meow.git] / nucleus / library / application / launch_manager.cpp
index 2bc32d2a1a2b814993c1c47773332116d32afd9b..86c2131d681039d7da392f170e0addcdb2d33260 100644 (file)
@@ -140,7 +140,7 @@ launch_manager::launch_manager(configured_applications &config)
   FUNCDEF("constructor");
 
   // start the application checking thread.
-  _checker->start(NIL);
+  _checker->start(NULL_POINTER);
 
   _checker->reschedule(200);  // make it start pretty quickly.
 }