From: Robin Dunn Date: Mon, 30 Oct 2006 21:27:35 +0000 (+0000) Subject: another compile fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/34424e1e7f118176d3b4d84193e6598d86ead73e another compile fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/collpane.h b/include/wx/collpane.h index 7a227db32c..a52383bd6c 100644 --- a/include/wx/collpane.h +++ b/include/wx/collpane.h @@ -96,7 +96,7 @@ typedef void (wxEvtHandler::*wxCollapsiblePaneEventFunction)(wxCollapsiblePaneEv #include "wx/generic/collpaneg.h" // use a typedef and not a #define to avoid problems with XRC forward declarations - typedef wxCollapsiblePane wxGenericCollapsiblePane + typedef wxGenericCollapsiblePane wxCollapsiblePane; #endif #endif // wxUSE_COLLPANE