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:
@@ -173,7 +173,7 @@ private:
|
|||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
};
|
};
|
||||||
|
|
||||||
BEGIN_EVENT_TABLE(wxSearchButton, wxButton)
|
BEGIN_EVENT_TABLE(wxSearchButton, wxControl)
|
||||||
EVT_LEFT_UP(wxSearchButton::OnLeftUp)
|
EVT_LEFT_UP(wxSearchButton::OnLeftUp)
|
||||||
EVT_PAINT(wxSearchButton::OnPaint)
|
EVT_PAINT(wxSearchButton::OnPaint)
|
||||||
END_EVENT_TABLE()
|
END_EVENT_TABLE()
|
||||||
|
Reference in New Issue
Block a user