X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ea0359bca1ce9640aa5f75c9aa106311176509e..493902ac5be1c347e35c3550cd35d68696d02a61:/src/msw/listctrl.cpp diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index b009824380..c459899173 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -313,7 +313,7 @@ bool wxListCtrl::DoCreateControl(int x, int y, int w, int h) // Create the ListView control. m_hWnd = (WXHWND)CreateWindowEx(exStyle, WC_LISTVIEW, - wxT(""), + wxEmptyString, wstyle, x, y, w, h, GetWinHwnd(GetParent()),