remove dependency from former cocoa port
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,8 +34,10 @@
|
||||
// ============================================================================
|
||||
|
||||
|
||||
#if defined( __WXCOCOA__ )
|
||||
#include "wx/cocoa/autorelease.h"
|
||||
#include "wx/cocoa/string.h"
|
||||
#endif
|
||||
|
||||
#if wxOSX_USE_EXPERIMENTAL_FONTDIALOG
|
||||
|
||||
@@ -146,7 +148,7 @@ int RunMixedFontDialog(wxFontDialog* dialog)
|
||||
#endif
|
||||
int retval = wxID_CANCEL ;
|
||||
|
||||
wxAutoNSAutoreleasePool pool;
|
||||
wxMacAutoreleasePool pool;
|
||||
|
||||
// setting up the ok/cancel buttons
|
||||
NSFontPanel* fontPanel = [NSFontPanel sharedFontPanel] ;
|
||||
|
Reference in New Issue
Block a user