diff --git a/clientgui/BOINCGUIApp.h b/clientgui/BOINCGUIApp.h index 79e6370572..6a0c46f13e 100644 --- a/clientgui/BOINCGUIApp.h +++ b/clientgui/BOINCGUIApp.h @@ -207,7 +207,7 @@ public: // void HideThisApp(void); -#if !wxCHECK_VERSION(3,0,0) +#if !wxCHECK_VERSION(3,0,1) // This should be fixed after wxCocoa 3.0.0: // http://trac.wxwidgets.org/ticket/16156 diff --git a/clientgui/mac/BOINCGUIApp.mm b/clientgui/mac/BOINCGUIApp.mm index 1b72e1d7df..069d8900aa 100644 --- a/clientgui/mac/BOINCGUIApp.mm +++ b/clientgui/mac/BOINCGUIApp.mm @@ -21,7 +21,7 @@ #include "BOINCGUIApp.h" #import -#if !wxCHECK_VERSION(3,0,0) +#if !wxCHECK_VERSION(3,0,1) // This should be fixed after wxCocoa 3.0.0: // http://trac.wxwidgets.org/ticket/16156