Backing out nsHashtable dtor change (bug 229875) - this needs to be virtual. Thanks to bienvenu for pointing out the problem.

This commit is contained in:
bryner%brianryner.com 2004-02-13 19:04:38 +00:00
Родитель 8f085f363e
Коммит ac9cbd3e87
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -122,7 +122,7 @@ class NS_COM nsHashtable {
public:
nsHashtable(PRUint32 aSize = 16, PRBool threadSafe = PR_FALSE);
~nsHashtable();
virtual ~nsHashtable();
PRInt32 Count(void) { return mHashtable.entryCount; }
PRBool Exists(nsHashKey *aKey);