X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5b507581053d7a11b5c1419dc3ac5c31904236b..bdbd4e96121a470b518420cff4c2dfea20f2b7a6:/include/wx/generic/msgdlgg.h diff --git a/include/wx/generic/msgdlgg.h b/include/wx/generic/msgdlgg.h index 89044616a5..85220f9e10 100644 --- a/include/wx/generic/msgdlgg.h +++ b/include/wx/generic/msgdlgg.h @@ -12,17 +12,13 @@ #ifndef __MSGDLGH_G__ #define __MSGDLGH_G__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "msgdlgg.h" -#endif - #include "wx/setup.h" #include "wx/dialog.h" // type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO // Returns wxYES/NO/OK/CANCEL -extern WXDLLEXPORT_DATA(const wxChar*) wxMessageBoxCaptionStr; +extern WXDLLEXPORT_DATA(const wxChar) wxMessageBoxCaptionStr[]; class WXDLLEXPORT wxGenericMessageDialog: public wxDialog, public wxMessageDialogBase {