Files
MINGW-packages/mingw-w64-wxPython/0006-grid_h.patch
Jeremy Drake ad278e36da wxPython: update to 4.1.1
Based on https://bitbucket.org/ustsv/testpkg_msys2/src/master/mingw-w64-wxpython-phoenix-git/PKGBUILD

Exclude numpy dependency on *-clang-* because it has not been built for
lack of a fortran compiler.
2021-06-14 15:42:20 -07:00

23 lines
785 B
Diff

diff --git "a/interface/wx/grid.h" "b/interface/wx/grid.h"
index 9584fe43..673164da 100644
--- "a/ext\\wxWidgets\\interface\\wx\\grid.h"
+++ "b/ext\\wxWidgets\\interface\\wx\\grid.h"
@@ -6234,7 +6234,7 @@ public:
column of the newly selected cell while the previously selected cell
can be retrieved using wxGrid::GetGridCursorCol().
*/
- virtual int GetCol();
+ int GetCol() const;
/**
Position in pixels at which the event occurred.
@@ -6248,7 +6248,7 @@ public:
of the newly selected cell while the previously selected cell can be
retrieved using wxGrid::GetGridCursorRow().
*/
- virtual int GetRow();
+ int GetRow() const;
/**
Returns @true if the Meta key was down at the time of the event.