X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..015dca24cabea5750e808e7c5f9505165b023c90:/include/wx/palmos/msgdlg.h diff --git a/include/wx/palmos/msgdlg.h b/include/wx/palmos/msgdlg.h index f905b457f4..c48fd86a22 100644 --- a/include/wx/palmos/msgdlg.h +++ b/include/wx/palmos/msgdlg.h @@ -12,10 +12,6 @@ #ifndef _WX_MSGBOXDLG_H_ #define _WX_MSGBOXDLG_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "msgdlg.h" -#endif - #include "wx/setup.h" #include "wx/dialog.h" @@ -25,13 +21,12 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxMessageBoxCaptionStr; -class WXDLLEXPORT wxMessageDialog: public wxDialog +class WXDLLEXPORT wxMessageDialog: public wxDialog, public wxMessageDialogBase { DECLARE_DYNAMIC_CLASS(wxMessageDialog) protected: wxString m_caption; wxString m_message; - long m_dialogStyle; wxWindow * m_parent; public: wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption = wxMessageBoxCaptionStr,