PCH build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-10-23 15:53:25 +00:00
parent b876c1e435
commit 4ec3100ac1

View File

@@ -19,6 +19,7 @@
#ifndef WX_PRECOMP
#include "wx/button.h"
#include "wx/sizer.h"
#endif // !WX_PRECOMP
#include "wx/collpane.h"
@@ -227,4 +228,3 @@ void wxGenericCollapsiblePane::OnSize(wxSizeEvent& WXUNUSED(event))
// this is very important to make the pane window layout show correctly
m_pPane->Layout();
}