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:
@@ -4204,7 +4204,7 @@ wxGrid::SendGridSizeEvent(wxEventType type,
|
|||||||
// +1 if the event was processed (but not vetoed)
|
// +1 if the event was processed (but not vetoed)
|
||||||
// 0 if the event wasn't handled
|
// 0 if the event wasn't handled
|
||||||
int
|
int
|
||||||
wxGrid::SendEvent(wxEventType type,
|
wxGrid::SendEvent(const wxEventType type,
|
||||||
int row, int col,
|
int row, int col,
|
||||||
const wxMouseEvent& mouseEv)
|
const wxMouseEvent& mouseEv)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user