X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..fbd11d30c8499ef25989974ef6ec16fb5b759668:/src/msw/statbox.cpp?ds=sidebyside diff --git a/src/msw/statbox.cpp b/src/msw/statbox.cpp index 646fd62567..2edf27b718 100644 --- a/src/msw/statbox.cpp +++ b/src/msw/statbox.cpp @@ -143,7 +143,7 @@ bool wxStaticBox::Create(wxWindow *parent, wxSize wxStaticBox::DoGetBestSize() const { int cx, cy; - wxGetCharSize(GetHWND(), &cx, &cy, &GetFont()); + wxGetCharSize(GetHWND(), &cx, &cy, GetFont()); int wBox; GetTextExtent(wxGetWindowText(m_hWnd), &wBox, &cy);