fix watcom problem (thanks ABX)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2006-12-11 09:43:39 +00:00
parent 2901bc729b
commit 6f011faaf0

View File

@ -173,7 +173,7 @@ private:
DECLARE_EVENT_TABLE()
};
BEGIN_EVENT_TABLE(wxSearchButton, wxButton)
BEGIN_EVENT_TABLE(wxSearchButton, wxControl)
EVT_LEFT_UP(wxSearchButton::OnLeftUp)
EVT_PAINT(wxSearchButton::OnPaint)
END_EVENT_TABLE()