X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..50f3c41d61bd9ae69f215bad923f562d509e063c:/include/wx/palmos/msgdlg.h 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 {