]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/utils.mm
ignore WinCE projects and build directories
[wxWidgets.git] / src / cocoa / utils.mm
index c6958cfa437cadb4a85d26cc08c39fa532b62668..462b68de614d78c2312242fcaf208fd765a84919 100644 (file)
@@ -73,12 +73,9 @@ wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer* timer)
     return new wxCocoaTimerImpl(timer);
 }
 
-wxEventLoop* wxGUIAppTraits::CreateEventLoop()
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
 {
-    // MAJOR HACK: wxEventLoop is implemented in both core and base libraries.
-    // Fortunately, it has an empty implementation so an instance of the
-    // wxGUIEventLoop parent class will be fine until this issue is fixed.
-    return static_cast<wxEventLoop*>(new wxGUIEventLoop);
+    return new wxGUIEventLoop;
 }
 
 wxWindow* wxFindWindowAtPoint(const wxPoint& pt)