X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd3f686c274a264e89ea97505350a82c1134f307..37cda9cb1c55bdbb10d017039ae5920f440ad3b0:/src/msw/statbmp.cpp diff --git a/src/msw/statbmp.cpp b/src/msw/statbmp.cpp index 0725df9d88..e5070f3546 100644 --- a/src/msw/statbmp.cpp +++ b/src/msw/statbmp.cpp @@ -84,7 +84,7 @@ bool wxStaticBitmap::Create(wxWindow *parent, wxWindowID id, // Subclass again for purposes of dialog editing mode SubclassWin(m_hWnd); - SetFont(* GetParent()->GetFont()); + SetFont(GetParent()->GetFont()); SetSize(x, y, width, height); return TRUE;