X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2158f4d798650d7f8cc59ba36e115679b0effe1b..19c4d91638c2546630c4427e39c02f5380a8bb87:/include/wx/palmos/dialog.h diff --git a/include/wx/palmos/dialog.h b/include/wx/palmos/dialog.h index c953a6941f..a2b9f74506 100644 --- a/include/wx/palmos/dialog.h +++ b/include/wx/palmos/dialog.h @@ -14,9 +14,9 @@ #include "wx/panel.h" -WXDLLEXPORT_DATA(extern const wxChar) wxDialogNameStr[]; +//WXDLLEXPORT_DATA(extern const wxChar) wxDialogNameStr[]; -class WXDLLEXPORT wxDialogModalData; +class WXDLLIMPEXP_FWD_CORE wxDialogModalData; // Dialog boxes class WXDLLEXPORT wxDialog : public wxDialogBase @@ -82,7 +82,6 @@ private: DECLARE_DYNAMIC_CLASS(wxDialog) - DECLARE_EVENT_TABLE() DECLARE_NO_COPY_CLASS(wxDialog) };