Fixed event handling for DialogEd

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-09-02 12:15:35 +00:00
parent f4a8c29f7a
commit 2f2aa6287b
16 changed files with 528 additions and 588 deletions

View File

@@ -133,8 +133,6 @@ class wxToolBar: public wxControl
GtkToolbar *m_toolbar;
wxList m_tools;
DECLARE_EVENT_TABLE()
};
#endif