X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..d642db66a5efc82d374b813022c72ba88bc50839:/include/wx/gtk1/msgdlg.h diff --git a/include/wx/gtk1/msgdlg.h b/include/wx/gtk1/msgdlg.h index 2e2879af5e..30734fd6b7 100644 --- a/include/wx/gtk1/msgdlg.h +++ b/include/wx/gtk1/msgdlg.h @@ -18,9 +18,9 @@ // type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO // Returns wxYES/NO/OK/CANCEL -WXDLLEXPORT_DATA(extern const wxChar) wxMessageBoxCaptionStr[]; +extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxMessageBoxCaptionStr[]; -class WXDLLEXPORT wxMessageDialog: public wxDialog, public wxMessageDialogBase +class WXDLLIMPEXP_CORE wxMessageDialog: public wxDialog, public wxMessageDialogBase { public: wxMessageDialog(wxWindow *parent, const wxString& message, @@ -30,7 +30,7 @@ public: virtual ~wxMessageDialog(); int ShowModal(); - virtual bool Show( bool WXUNUSED(show) = true ) { return false; }; + virtual bool Show( bool WXUNUSED(show) = true ) { return false; } protected: // implement some base class methods to do nothing to avoid asserts and