OSXTimer for all variants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -297,7 +297,7 @@ void wxBell()
|
|||||||
|
|
||||||
wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer *timer)
|
wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer *timer)
|
||||||
{
|
{
|
||||||
return new wxCarbonTimerImpl(timer);
|
return new wxOSXTimerImpl(timer);
|
||||||
}
|
}
|
||||||
|
|
||||||
int gs_wxBusyCursorCount = 0;
|
int gs_wxBusyCursorCount = 0;
|
||||||
|
Reference in New Issue
Block a user