]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/statbar.cpp
use a virtual function instead of wxDynamicCast(wxMDIParentFrame) in wxFrame code...
[wxWidgets.git] / src / common / statbar.cpp
index 30af252d1442cde35fe99278fb0440b9c585614c..d9a9d24544710c3cbc3e03945459dfa7cca99db8 100644 (file)
@@ -41,7 +41,7 @@ const char wxStatusBarNameStr[] = "statusBar";
 
 IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow)
 
-#include <wx/arrimpl.cpp> // 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);