Add missing wxOVERRIDE to MSWWindowProc of wxListCtrl

This commit is contained in:
Maarten Bent
2021-12-09 18:18:28 +01:00
parent 74823b20c0
commit 4cb8539f72

View File

@@ -239,7 +239,7 @@ private:
// arrows but let the other navigation characters through // arrows but let the other navigation characters through
#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) #if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
virtual WXLRESULT virtual WXLRESULT
MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam) wxOVERRIDE;
#endif // __WXMSW__ #endif // __WXMSW__
WX_FORWARD_TO_SCROLL_HELPER() WX_FORWARD_TO_SCROLL_HELPER()