From e56880a0ef5eb3da2c1ea80fade06a93052975b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 24 Aug 2006 14:35:48 +0000 Subject: [PATCH] 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 --- include/wx/palmos/dialog.h | 1 - 1 file changed, 1 deletion(-) 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) }; -- 2.47.2