]> git.saurik.com Git - wxWidgets.git/commitdiff
another compile fix
authorRobin Dunn <robin@alldunn.com>
Mon, 30 Oct 2006 21:27:35 +0000 (21:27 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 30 Oct 2006 21:27:35 +0000 (21:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/collpane.h

index 7a227db32c3260a6170dd7230b6502722c812d72..a52383bd6c74f340e992671c37b045f4705a15ec 100644 (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