X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fconfiguration%2Fsystem_values.cpp;h=6461a0fee23953f7dac9735a1fdf068089e840a4;hb=b5a51ec329d05cdf0f87d414ed09bf797f9d7218;hp=c9b74f19c2e22b1d9153c32bc5a27f58d473d54f;hpb=51d71c226be424b6a698c7474d237e8c69661af5;p=feisty_meow.git diff --git a/nucleus/library/configuration/system_values.cpp b/nucleus/library/configuration/system_values.cpp index c9b74f19..6461a0fe 100644 --- a/nucleus/library/configuration/system_values.cpp +++ b/nucleus/library/configuration/system_values.cpp @@ -15,11 +15,11 @@ #include "ini_configurator.h" #include "system_values.h" -#include #include #include #include #include +#include "../algorithms/sorts.h" using namespace algorithms; using namespace basis; @@ -73,7 +73,7 @@ public: return curr; } } - return NIL; + return NULL_POINTER; } };