]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/statlmac.cpp
GSocket (Generic Socket) Mac OS X mach-o part by Brian Victor
[wxWidgets.git] / src / mac / statlmac.cpp
index 30305cc1cf7d1855524b4c849acf4c13ad218bb1..a7a116ba571cc17d391ba59d5f5edf3b2f0bb31e 100644 (file)
@@ -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 ;