From: Stefan Csomor Date: Fri, 22 Apr 2011 15:48:13 +0000 (+0000) Subject: osx 64 bit multilib build needs an explicit export as in this architecture our visibi... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/68dd2c52a467cc32884e541fb504792219d3c213 osx 64 bit multilib build needs an explicit export as in this architecture our visibility flags get respected for obj-c classes as well git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/cocoa/private.h b/include/wx/osx/cocoa/private.h index d6b3d57abd..a9d77d1fc5 100644 --- a/include/wx/osx/cocoa/private.h +++ b/include/wx/osx/cocoa/private.h @@ -352,7 +352,7 @@ protected : - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo; @end - @interface wxNSAppController : NSObject wxOSX_10_6_AND_LATER() + WXEXPORT @interface wxNSAppController : NSObject wxOSX_10_6_AND_LATER() { }