fixed bug where deleting oldmenus would make the next key non-unique

This commit is contained in:
David Anderson
2006-02-24 08:34:37 +00:00
parent 1d30d0831b
commit 8502fb51b3
3 changed files with 21 additions and 6 deletions

View File

@@ -51,8 +51,6 @@ class MenuMngr
{
id = ++uniqueid;
}
~MenuIdEle() { --uniqueid; }
} *headid;
public: