compile fixes.

This commit is contained in:
Jeff Hutchinson 2021-03-31 22:10:55 -04:00
parent 50df52ecfc
commit 02447f0996
20 changed files with 3207 additions and 3168 deletions

View file

@ -274,8 +274,6 @@ public:
typedef VectorPtr<Namespace::Entry *>::iterator NamespaceEntryListIterator;
class Dictionary
{
public:
@ -307,7 +305,6 @@ public:
mUsage = NULL;
mIsConstant = false;
mNext = NULL;
value.init();
}
Entry(StringTableEntry name);
@ -317,7 +314,7 @@ public:
void reset() {
name = NULL;
value.cleanup();
value.reset();
if (notify)
delete notify;
}