]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/dialog.h
correct closing comments in #endifs (patch 1756990)
[wxWidgets.git] / include / wx / palmos / dialog.h
index c953a6941f390d61a5d8d04a2bc799b8791e892c..ef6f5b3dcdfa70288b89feab04b82fd887386e6c 100644 (file)
@@ -16,7 +16,7 @@
 
 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
 
 // Dialog boxes
 class WXDLLEXPORT wxDialog : public wxDialogBase
@@ -82,7 +82,6 @@ private:
 
 
     DECLARE_DYNAMIC_CLASS(wxDialog)
 
 
     DECLARE_DYNAMIC_CLASS(wxDialog)
-    DECLARE_EVENT_TABLE()
     DECLARE_NO_COPY_CLASS(wxDialog)
 };
 
     DECLARE_NO_COPY_CLASS(wxDialog)
 };