]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statbox.cpp
No changes, just clean up wxSVGFileDC code a little.
[wxWidgets.git] / src / gtk / statbox.cpp
index 72a26ebbcabb3b8d72627153aef851496c721673..151f04d0faad2f995ad7341f15127a6f24fe3470 100644 (file)
@@ -48,8 +48,6 @@ static void size_allocate(GtkWidget* widget, GtkAllocation* alloc, void*)
 // wxStaticBox
 //-----------------------------------------------------------------------------
 
-IMPLEMENT_DYNAMIC_CLASS(wxStaticBox, wxControl)
-
 wxStaticBox::wxStaticBox()
 {
 }
@@ -114,7 +112,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 );
     }