Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / basis / utf_conversion.cpp
index 807ecb6093a4c48849dedc8434e906ec6fd8e271..a703d0efa638c5d7e7eba2bae666a18eafe61584 100644 (file)
@@ -702,7 +702,7 @@ namespace basis {
        transcode_to_utf16::~transcode_to_utf16()
        {
                delete[] _converted;
-               _converted = NIL;
+               _converted = NULL_POINTER;
        }
 
        int transcode_to_utf16::length() const
@@ -755,7 +755,7 @@ namespace basis {
        transcode_to_utf8::~transcode_to_utf8()
        {
                delete[] _converted;
-               _converted = NIL;
+               _converted = NULL_POINTER;
        }
 
        int transcode_to_utf8::length() const