fixed removeAll does not set the nInUse count to zero

This commit is contained in:
Jeff Hill
2009-03-04 22:00:55 +00:00
parent 31d6255169
commit edcb7b96f8

View File

@@ -335,6 +335,7 @@ void resTable<T,ID>::removeAll ( tsSLList<T> & destination )
destination.add ( *pItem );
}
}
this->nInUse = 0;
}
//