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