X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..ff1dadae388b2f408874b80251d64d16d9d46280:/include/wx/palmos/msgdlg.h?ds=sidebyside diff --git a/include/wx/palmos/msgdlg.h b/include/wx/palmos/msgdlg.h index c48fd86a22..621b297b92 100644 --- a/include/wx/palmos/msgdlg.h +++ b/include/wx/palmos/msgdlg.h @@ -12,14 +12,14 @@ #ifndef _WX_MSGBOXDLG_H_ #define _WX_MSGBOXDLG_H_ -#include "wx/setup.h" +#include "wx/defs.h" #include "wx/dialog.h" /* * Message box dialog */ -WXDLLEXPORT_DATA(extern const wxChar*) wxMessageBoxCaptionStr; +WXDLLEXPORT_DATA(extern const wxChar) wxMessageBoxCaptionStr[]; class WXDLLEXPORT wxMessageDialog: public wxDialog, public wxMessageDialogBase {