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:
parent
8c6686ef7b
commit
34424e1e7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user