Add missing wxGUIEventLoop dtor for wxiOS.
This commit is contained in:
parent
6bf035a994
commit
8dda5c9945
@ -80,6 +80,10 @@ wxGUIEventLoop::wxGUIEventLoop()
|
||||
{
|
||||
}
|
||||
|
||||
wxGUIEventLoop::~wxGUIEventLoop()
|
||||
{
|
||||
}
|
||||
|
||||
void wxGUIEventLoop::OSXDoRun()
|
||||
{
|
||||
if ( IsMain() )
|
||||
|
Loading…
Reference in New Issue
Block a user