Make wxGridEvent methods GetRow() and GetCol() const and not virtual

See #19085
This commit is contained in:
Paul Cornett
2021-03-05 07:38:32 -08:00
parent 4388b9bd6b
commit 30637ad3b6
3 changed files with 6 additions and 4 deletions

View File

@@ -181,6 +181,8 @@ Changes in behaviour which may result in build errors
- wxAuiMDIChildFrame now inherits from wxFrame and not wxPanel, you will need
to change your code and XRC definitions accordingly.
- wxGridEvent methods GetRow() and GetCol() are no longer virtual.
3.1.5: (released 2020-10-??)
----------------------------