automated ifacecheck fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -225,7 +225,7 @@ public:
|
||||
If the user-defined wxEVT_GRID_CELL_CHANGING event handler doesn't veto
|
||||
this change, ApplyEdit() will be called next.
|
||||
*/
|
||||
virtual bool EndEdit(int row, int col, wxGrid* grid) = 0;
|
||||
virtual bool EndEdit(const wxString& oldval, wxString* newval) = 0;
|
||||
|
||||
/**
|
||||
Effectively save the changes in the grid.
|
||||
|
Reference in New Issue
Block a user