]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/utils.mm
Remove wxNonControlNSControl from trunk. Leave in 2.8 because it removes
[wxWidgets.git] / src / cocoa / utils.mm
index ea89c852cc8e837444e8d51e0dd400240212975c..462b68de614d78c2312242fcaf208fd765a84919 100644 (file)
@@ -73,9 +73,9 @@ wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer* timer)
     return new wxCocoaTimerImpl(timer);
 }
 
-wxEventLoop* wxGUIAppTraits::CreateEventLoop()
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
 {
-       return new wxEventLoop;
+    return new wxGUIEventLoop;
 }
 
 wxWindow* wxFindWindowAtPoint(const wxPoint& pt)