#include "wx/menu.h"
#include "wx/utils.h"
#include "wx/settings.h"
+ #include "wx/menuitem.h"
+ #include "wx/module.h"
#endif
#include "wx/ownerdrw.h"
-#include "wx/menuitem.h"
#include "wx/fontutil.h"
-#include "wx/module.h"
#if wxUSE_OWNER_DRAWN
virtual void OnExit()
{
- delete ms_systemMenuFont;
- ms_systemMenuFont = NULL;
+ wxDELETE(ms_systemMenuFont);
}
static wxFont* ms_systemMenuFont;