From 52a2f1b9217f57586404b1cafae6b3cf76c7b7b6 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 28 May 2014 06:00:47 -0700 Subject: [PATCH] MGR: Fix error in my commit a862fa5 --- clientgui/BOINCGUIApp.h | 2 +- clientgui/mac/BOINCGUIApp.mm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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