don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6226,7 +6226,7 @@ extern wxWindow *wxGetWindowFromHWND(WXHWND hWnd)
|
||||
// For a radiobutton, we get the radiobox from GWL_USERDATA (which is set
|
||||
// by code in msw/radiobox.cpp), for all the others we just search up the
|
||||
// window hierarchy
|
||||
wxWindow *win = (wxWindow *)NULL;
|
||||
wxWindow *win = NULL;
|
||||
if ( hwnd )
|
||||
{
|
||||
win = wxFindWinFromHandle(hwnd);
|
||||
|
Reference in New Issue
Block a user