From 8dda5c994557d9d459b6eab1a87d9477ac428b7f Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Thu, 11 Feb 2016 11:01:55 +0100 Subject: [PATCH] Add missing wxGUIEventLoop dtor for wxiOS. --- src/osx/iphone/evtloop.mm | 4 ++++ 1 file changed, 4 insertions(+) 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() )