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:
parent
2901bc729b
commit
6f011faaf0
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user