From: Jouk Jansen Date: Tue, 12 May 2009 06:25:42 +0000 (+0000) Subject: declaration of sendevent should be equal in grid.cpp and grid.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aced1133b1da4f1da6d785bd3521b6835f3b2ff0?hp=fa3987efdba9dbb2aa35120550511a04a2da697b 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 --- diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index b39338c470..f794d5cfa7 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -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) {