X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ea0359bca1ce9640aa5f75c9aa106311176509e..8a7fd2e3edf2ae83db82d4e83829594466d388b7:/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()),