another compile fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-10-30 21:27:35 +00:00
parent 8c6686ef7b
commit 34424e1e7f

View File

@ -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