File wxPython-4.1.1-fix-overrides.patch of Package python3-wxPython.36770
--- sip/cpp/sip_gridwxGridEvent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/sip/cpp/sip_gridwxGridEvent.cpp +++ b/sip/cpp/sip_gridwxGridEvent.cpp @@ -32,8 +32,8 @@ public: * this class. */ protected: - int GetRow() SIP_OVERRIDE; - int GetCol() SIP_OVERRIDE; + int GetRow(); + int GetCol(); ::wxEvent* Clone() const SIP_OVERRIDE; ::wxEventCategory GetEventCategory() const SIP_OVERRIDE;