]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/collpane.h
fix aui crash related to SF bug 1531361
[wxWidgets.git] / include / wx / collpane.h
index a52383bd6c74f340e992671c37b045f4705a15ec..ca8f6881bb80fe92a824d9c95cb67e099214f197 100644 (file)
@@ -95,11 +95,10 @@ typedef void (wxEvtHandler::*wxCollapsiblePaneEventFunction)(wxCollapsiblePaneEv
 #else
     #include "wx/generic/collpaneg.h"
 
-    // use a typedef and not a #define to avoid problems with XRC forward declarations
-    typedef wxGenericCollapsiblePane wxCollapsiblePane;
+    // use #define and not a typedef to allow forward declaring the class
+    #define wxCollapsiblePane wxGenericCollapsiblePane
 #endif
 
-#endif      // wxUSE_COLLPANE
+#endif // wxUSE_COLLPANE
 
-#endif
-    // _WX_COLLAPSABLE_PANE_H_BASE_
+#endif // _WX_COLLAPSABLE_PANE_H_BASE_