]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/notebook.cpp
Removed #pragma implementation "appbase.h" which caused duplicate symbols
[wxWidgets.git] / src / gtk / notebook.cpp
index 2c275b44340b074da187b0a8db7ba98052b706c2..f1a03228afb6624552354806795bc824e9797895 100644 (file)
@@ -125,9 +125,7 @@ static void gtk_page_size_callback( GtkWidget *WXUNUSED(widget), GtkAllocation*
     win->SetSize( alloc->x, alloc->y, alloc->width, alloc->height );
 
     if (win->GetAutoLayout())
-    {
         win->Layout();
-    }
 }
 
 //-----------------------------------------------------------------------------