From: David Elliott Date: Sat, 22 Mar 2003 06:07:53 +0000 (+0000) Subject: Use the generic timer for wxCocoa X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/51a8edc7e65f60e93b54953de4950503fbf0b969 Use the generic timer for wxCocoa git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/timer.h b/include/wx/timer.h index 57dd27b15a..33042164ed 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -117,7 +117,7 @@ protected: #include "wx/motif/timer.h" #elif defined(__WXGTK__) #include "wx/gtk/timer.h" -#elif defined(__WXX11__) || defined(__WXMGL__) +#elif defined(__WXX11__) || defined(__WXMGL__) || defined(__WXCOCOA__) #include "wx/generic/timer.h" #elif defined(__WXMAC__) #include "wx/mac/timer.h"