1.5.2 False positives from security audit resolved
This commit is contained in:
parent
01245d15d9
commit
10c03ccedb
@ -70,9 +70,9 @@ bool wxEventMonitorApp::OnInit()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_mainWnd = new wxEventMonitorFrame(NULL);
|
wxEventMonitorFrame *mainWnd = new wxEventMonitorFrame(NULL);
|
||||||
wxPersistentRegisterAndRestore<wxEventMonitorFrame>(m_mainWnd);
|
wxPersistentRegisterAndRestore<wxEventMonitorFrame>(mainWnd);
|
||||||
m_mainWnd->Show();
|
mainWnd->Show();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,6 @@ public:
|
|||||||
//virtual int OnExit();
|
//virtual int OnExit();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
wxEventMonitorFrame *m_mainWnd; ///< Main window
|
|
||||||
wxLocale m_locale; ///< Current locale
|
wxLocale m_locale; ///< Current locale
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user