diff --git a/src/osx/iphone/evtloop.mm b/src/osx/iphone/evtloop.mm index 4e179b6241..cc8a3a8f95 100644 --- a/src/osx/iphone/evtloop.mm +++ b/src/osx/iphone/evtloop.mm @@ -80,6 +80,10 @@ wxGUIEventLoop::wxGUIEventLoop() { } +wxGUIEventLoop::~wxGUIEventLoop() +{ +} + void wxGUIEventLoop::OSXDoRun() { if ( IsMain() )