]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statbox.cpp
using on all OSX variants
[wxWidgets.git] / src / gtk / statbox.cpp
index 72a26ebbcabb3b8d72627153aef851496c721673..b7df8b6f58cb2c2f4a983ed8024016d229fa5cd1 100644 (file)
@@ -114,7 +114,7 @@ void wxStaticBox::AddChild( wxWindowBase *child )
     {
         // make this window a container of other wxWindows by instancing a wxPizza
         // and packing it into the GtkFrame:
-        m_wxwindow = wxPizza::New( 0, this );
+        m_wxwindow = wxPizza::New();
         gtk_widget_show( m_wxwindow );
         gtk_container_add( GTK_CONTAINER (m_widget), m_wxwindow );
     }