X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/427ff66291af2d8dd34ff5ee68c81436997144a1..4bc89de684848e796d151a10074218d2b88206d0:/src/mac/statlmac.cpp?ds=inline diff --git a/src/mac/statlmac.cpp b/src/mac/statlmac.cpp index 30305cc1cf..a7a116ba57 100644 --- a/src/mac/statlmac.cpp +++ b/src/mac/statlmac.cpp @@ -49,6 +49,10 @@ bool wxStaticLine::Create( wxWindow *parent, long style, const wxString &name) { + if ( !wxStaticLineBase::Create(parent, id, pos, size, + style, wxDefaultValidator, name) ) + return false; + Rect bounds ; Str255 title ;