implemented debugmenu shutdown

This commit is contained in:
aap 2020-05-01 17:31:29 +02:00
commit 59bfbaddfb
2 changed files with 23 additions and 1 deletions

View file

@ -13,6 +13,7 @@ struct MenuEntry
Menu *menu;
MenuEntry(const char *name);
virtual ~MenuEntry(void) {}
};
typedef MenuEntry DebugMenuEntry;