X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46b8d15a67701e1a2594b0eca820f166645e1b31..8d5016b18bfaee2f1694e386a7dff89868a03b6d:/src/gtk/statbox.cpp diff --git a/src/gtk/statbox.cpp b/src/gtk/statbox.cpp index 6da1bb6c66..b7df8b6f58 100644 --- a/src/gtk/statbox.cpp +++ b/src/gtk/statbox.cpp @@ -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 ); + m_wxwindow = wxPizza::New(); gtk_widget_show( m_wxwindow ); gtk_container_add( GTK_CONTAINER (m_widget), m_wxwindow ); }