X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46a5e01e86793839f256c978bd7d30ab2192b2c9..e136b7476372a2ce0a51a43a0ffc3f31a1e2b2d5:/src/msw/statbmp.cpp diff --git a/src/msw/statbmp.cpp b/src/msw/statbmp.cpp index 7adde1d63e..52dc1c5bbc 100644 --- a/src/msw/statbmp.cpp +++ b/src/msw/statbmp.cpp @@ -122,7 +122,7 @@ bool wxStaticBitmap::Create(wxWindow *parent, #else // Win16 _T("BUTTON"), #endif // Win32/16 - _T(""), pos, size, style) ) + _T(""), pos, size) ) { // control creation failed return FALSE;