mirror of https://github.com/BOINC/boinc.git
MGR: Fix error in my commit a862fa5
This commit is contained in:
parent
a39f4f9a18
commit
52a2f1b921
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue