]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/dialog.h
Check axis number in the received joystick messages.
[wxWidgets.git] / include / wx / cocoa / dialog.h
index b05ae8d1040b0b8b72cf3910459624cc28f90c79..9bf499f76601d59633822c5a0e4a7b061bb8aadf 100644 (file)
 #include "wx/panel.h"
 #include "wx/cocoa/NSPanel.h"
 
-WXDLLEXPORT_DATA(extern const wxChar) wxDialogNameStr[];
-
 // ========================================================================
 // wxDialog
 // ========================================================================
-class WXDLLEXPORT wxDialog : public wxDialogBase, protected wxCocoaNSPanel
+class WXDLLIMPEXP_CORE wxDialog : public wxDialogBase, protected wxCocoaNSPanel
 {
     DECLARE_DYNAMIC_CLASS(wxDialog)
     WX_DECLARE_COCOA_OWNER(NSPanel,NSWindow,NSWindow)