From: Włodzimierz Skiba Date: Thu, 24 Aug 2006 14:35:48 +0000 (+0000) Subject: Keep wxPalmOS buildable - event table moved to base class. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e56880a0ef5eb3da2c1ea80fade06a93052975b5?ds=inline Keep wxPalmOS buildable - event table moved to base class. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/palmos/dialog.h b/include/wx/palmos/dialog.h index c953a6941f..7c9e3b1edf 100644 --- a/include/wx/palmos/dialog.h +++ b/include/wx/palmos/dialog.h @@ -82,7 +82,6 @@ private: DECLARE_DYNAMIC_CLASS(wxDialog) - DECLARE_EVENT_TABLE() DECLARE_NO_COPY_CLASS(wxDialog) };