MGR: Fix error in my commit a862fa5

This commit is contained in:
Charlie Fenton 2014-05-28 06:00:47 -07:00
parent a39f4f9a18
commit 52a2f1b921
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -21,7 +21,7 @@
#include "BOINCGUIApp.h"
#import <Cocoa/Cocoa.h>
#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