From 0dc8fac22be12b6d174db7eca59a5a1b7415d673 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 17 Jan 2009 18:57:20 +0000 Subject: [PATCH] fixing include style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/statbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2