Blob Blame History Raw
--- src/tools/tList.h~	2010-02-20 11:32:47.000000000 -0600
+++ src/tools/tList.h	2012-01-18 09:39:34.782145091 -0600
@@ -149,7 +149,7 @@
             }
             (*this)[this->Len()-1] = NULL;
 
-            SetLen(this->Len()-1);
+            this->SetLen(this->Len()-1);
 
             if ( REFERENCE )
             {