]> git.saurik.com Git - wxWidgets.git/commitdiff
OSXTimer for all variants
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 31 Jul 2008 13:02:53 +0000 (13:02 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 31 Jul 2008 13:02:53 +0000 (13:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/utils.cpp

index e9967918006912465c9db8db7ff892f2e1281bff..bf61f5b11635972bba620126e6e6a78b4615cb38 100644 (file)
@@ -297,7 +297,7 @@ void wxBell()
 
 wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer *timer)
 {
-    return new wxCarbonTimerImpl(timer);
+    return new wxOSXTimerImpl(timer);
 }
 
 int gs_wxBusyCursorCount = 0;