Add missing wxOVERRIDE to MSWWindowProc of wxListCtrl
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user