]> git.saurik.com Git - wxWidgets.git/commitdiff
declaration of sendevent should be equal in grid.cpp and grid.h
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Tue, 12 May 2009 06:25:42 +0000 (06:25 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Tue, 12 May 2009 06:25:42 +0000 (06:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/grid.cpp

index b39338c47054b63fad2a46bd9c3fb74072674f0f..f794d5cfa758c30c59c2aa4287432f3eb9ab7c2f 100644 (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)
 {