Add missing wxGUIEventLoop dtor for wxiOS.

This commit is contained in:
Tobias Taschner
2016-02-11 11:01:55 +01:00
parent 6bf035a994
commit 8dda5c9945

View File

@@ -80,6 +80,10 @@ wxGUIEventLoop::wxGUIEventLoop()
{ {
} }
wxGUIEventLoop::~wxGUIEventLoop()
{
}
void wxGUIEventLoop::OSXDoRun() void wxGUIEventLoop::OSXDoRun()
{ {
if ( IsMain() ) if ( IsMain() )