From: Stefan Csomor Date: Sat, 17 Jan 2009 18:57:20 +0000 (+0000) Subject: fixing include style X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0dc8fac22be12b6d174db7eca59a5a1b7415d673 fixing include style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/statbar.cpp b/src/common/statbar.cpp index 30af252d14..d9a9d24544 100644 --- a/src/common/statbar.cpp +++ b/src/common/statbar.cpp @@ -41,7 +41,7 @@ const char wxStatusBarNameStr[] = "statusBar"; IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow) -#include // This is a magic incantation which must be done! +#include "wx/arrimpl.cpp" // This is a magic incantation which must be done! WX_DEFINE_OBJARRAY(wxStatusBarPaneArray);