Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / octopi / library / octopus / entity_defs.h
index 3a270918118c7a7855e9599aefbdd1e92f47dcfe..99b0401e83226ffe35fb3399ed17e72ba86f7ee1 100644 (file)
@@ -173,7 +173,7 @@ public:
 
   ~infoton_id_pair() {
     delete _data;
-    _data = NIL;
+    _data = NULL_POINTER;
   }
 };