]> git.saurik.com Git - wxWidgets.git/commitdiff
osx 64 bit multilib build needs an explicit export as in this architecture our visibi...
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 22 Apr 2011 15:48:13 +0000 (15:48 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 22 Apr 2011 15:48:13 +0000 (15:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/cocoa/private.h

index d6b3d57abda41320fa85b15b9a6e5ea5cafdb530..a9d77d1fc51076a7c1e090ed990ad4701c3bd42b 100644 (file)
@@ -352,7 +352,7 @@ protected :
     - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
     @end
 
-    @interface wxNSAppController : NSObject wxOSX_10_6_AND_LATER(<NSApplicationDelegate>)
+    WXEXPORT @interface wxNSAppController : NSObject wxOSX_10_6_AND_LATER(<NSApplicationDelegate>)
     {
     }