declaration of sendevent should be equal in grid.cpp and grid.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2009-05-12 06:25:42 +00:00
parent fa3987efdb
commit aced1133b1

View File

@@ -4204,7 +4204,7 @@ wxGrid::SendGridSizeEvent(wxEventType type,
// +1 if the event was processed (but not vetoed)
// 0 if the event wasn't handled
int
wxGrid::SendEvent(wxEventType type,
wxGrid::SendEvent(const wxEventType type,
int row, int col,
const wxMouseEvent& mouseEv)
{